Skip to content

Commit

Permalink
Merge pull request #333 from armanbilge/patch-1
Browse files Browse the repository at this point in the history
Switch to semantic versioning
  • Loading branch information
mpilquist authored Oct 24, 2021
2 parents 0b113c0 + e70aa11 commit 06ecfc1
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 06ecfc1

Please sign in to comment.