8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d53ae1 commit ecfb062Copy full SHA for ecfb062
build.sbt
@@ -10,7 +10,7 @@ import scala.util.Try
10
// ThisBuild settings take lower precedence,
11
// but can be shared across the multi projects.
12
ThisBuild / version := {
13
- val v = "1.7.3-SNAPSHOT"
+ val v = "1.7.4-SNAPSHOT"
14
nightlyVersion.getOrElse(v)
15
}
16
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
sbt
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
set +e
4
-declare builtin_sbt_version="1.7.2"
+declare builtin_sbt_version="1.7.3"
5
declare -a residual_args
6
declare -a java_args
7
declare -a scalac_args
0 commit comments