Skip to content

Commit

Permalink
Switch to semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge authored Oct 24, 2021
1 parent 0b113c0 commit e70aa11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
import sbtcrossproject.CrossPlugin.autoImport.CrossType
import com.typesafe.tools.mima.core._

ThisBuild / baseVersion := "3.0"
ThisBuild / baseVersion := "3.1"

ThisBuild / organization := "com.comcast"
ThisBuild / organizationName := "Comcast Cable Communications Management, LLC"
Expand Down Expand Up @@ -35,8 +35,6 @@ ThisBuild / scmInfo := Some(

ThisBuild / testFrameworks += new TestFramework("munit.Framework")

ThisBuild / strictSemVer := false

ThisBuild / doctestTestFramework := DoctestTestFramework.ScalaCheck

ThisBuild / scalafmtOnCompile := true
Expand Down

0 comments on commit e70aa11

Please sign in to comment.