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 5a8cb6f commit 7817ef4Copy full SHA for 7817ef4
build.sbt
@@ -2,7 +2,7 @@ import scala.io.Source
2
import scala.language.postfixOps
3
import sbt.io.Using
4
5
-val currentScalaVersion = "2.13.6"
+val currentScalaVersion = "2.13.7"
6
7
inThisBuild(
8
Seq(
@@ -17,7 +17,7 @@ inThisBuild(
17
_.getLines.collectFirst { case VersionRE(v) => v }
18
}
19
20
- .map { _.replace(".*", "-SNAPSHOT") }
+ .map(_.replace(".*", "-SNAPSHOT"))
21
.get
22
)
23
0 commit comments