Skip to content

Commit

Permalink
sbt 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Sep 15, 2023
1 parent 8b2c9f2 commit ef8652f
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.6-SNAPSHOT"
val v = "1.9.7-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.5"
declare builtin_sbt_version="1.9.6"
declare -a residual_args
declare -a java_args
declare -a scalac_args
Expand Down

0 comments on commit ef8652f

Please sign in to comment.