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 7cfdcb0 commit 8660800Copy full SHA for 8660800
build.sbt
@@ -5,7 +5,7 @@ enablePlugins(ScalaJSPlugin)
5
organization in Global := "org.lyranthe.prometheus"
6
7
val scala211 = "2.11.8"
8
-val scala212 = "2.12.0"
+val scala212 = "2.12.1"
9
10
version in ThisBuild := "git describe --tags --dirty --always".!!
11
.stripPrefix("v")
0 commit comments