sbt 2.0.3

This commit is contained in:
Eugene Yokota 2026-07-16 19:00:39 -04:00
parent 19a71f316e
commit 2a3208fd05
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import com.eed3si9n.jarjarabrams.ModuleCoordinate
// ThisBuild settings take lower precedence,
// but can be shared across the multi projects.
ThisBuild / version := {
val v = "2.0.3-SNAPSHOT"
val v = "2.0.4-SNAPSHOT"
nightlyVersion.getOrElse(v)
}
// update sbt.sh at root

2
sbt
View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set +e
declare builtin_sbt_version="2.0.2"
declare builtin_sbt_version="2.0.3"
declare -a residual_args
declare -a java_args
declare -a scalac_args