Skip to content

Commit

Permalink
sbt 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Feb 23, 2024
1 parent 4c5fb4f commit f672cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -11,7 +11,7 @@ import scala.util.Try
// ThisBuild settings take lower precedence,
// but can be shared across the multi projects.
ThisBuild / version := {
val v = "1.9.7-SNAPSHOT"
val v = "1.9.10-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
Expand Down
2 changes: 1 addition & 1 deletion sbt
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

set +e
declare builtin_sbt_version="1.9.8"
declare builtin_sbt_version="1.9.9"
declare -a residual_args
declare -a java_args
declare -a scalac_args
Expand Down

0 comments on commit f672cb8

Please sign in to comment.