Skip to content

Commit

Permalink
sbt 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jun 14, 2021
1 parent df11a16 commit eec3c32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import scala.util.Try
// ThisBuild settings take lower precedence,
// but can be shared across the multi projects.
ThisBuild / version := {
val v = "1.5.4-SNAPSHOT"
val v = "1.5.5-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.3
sbt.version=1.5.4
2 changes: 1 addition & 1 deletion sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

set +e
declare builtin_sbt_version="1.5.3"
declare builtin_sbt_version="1.5.4"
declare -a residual_args
declare -a java_args
declare -a scalac_args
Expand Down

0 comments on commit eec3c32

Please sign in to comment.