Skip to content

Commit

Permalink
Merge pull request #9 from electronicarts/0.2.1-early-semver
Browse files Browse the repository at this point in the history
Declare version scheme
  • Loading branch information
Daniele Riccardelli authored Feb 23, 2022
2 parents ff78105 + 237a9ad commit 39bb5c9
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 @@ -11,6 +11,7 @@ ThisBuild / credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
ThisBuild / envVars ++= Map("CI_PROJECT_DIR" -> sys.env.getOrElse("CI_PROJECT_DIR", "."))
ThisBuild / scalaVersion := "2.12.15"
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-parser-combinators" % "always"
ThisBuild / versionScheme := Some("early-semver")

lazy val sbtOps = sys.env
.get("SBT_OPTS")
Expand Down

0 comments on commit 39bb5c9

Please sign in to comment.