Skip to content

Commit

Permalink
semver
Browse files Browse the repository at this point in the history
  • Loading branch information
luksow committed Oct 17, 2024
1 parent 7bb6b94 commit 9f6117e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ val supportedScalaVersions = Seq(scala_2_13, scala_3)
ThisBuild / crossScalaVersions := supportedScalaVersions
ThisBuild / scalaVersion := mainScalaVersion
ThisBuild / conflictWarning := ConflictWarning.disable
ThisBuild / versionScheme := Some("early-semver")
Test / scalafmtOnCompile := true
ThisBuild / scalafmtOnCompile := true

Expand Down

0 comments on commit 9f6117e

Please sign in to comment.