Skip to content

Commit

Permalink
Remove version override (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol authored Jun 9, 2023
1 parent 98aad2d commit ddbc7f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ def minimizedSourceDirectory =
lazy val minimizedSettings = List[Def.Setting[_]](
autoScalaLibrary := false,
(publish / skip) := true,
(publishLocal / skip) := true,
(run / fork) := true,
(Compile / unmanagedSourceDirectories) += minimizedSourceDirectory,
libraryDependencies ++= List("org.projectlombok" % "lombok" % "1.18.22"),
Expand Down Expand Up @@ -610,5 +611,3 @@ dumpScipJavaVersion := {

IO.write((ThisBuild / baseDirectory).value / "VERSION", versionValue)
}

ThisBuild / version := sys.env.get("CI").fold("dev")(_ => version.value)
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.8.3

0 comments on commit ddbc7f0

Please sign in to comment.