Skip to content

Commit 8660800

Browse files
committed
Update scala 2.12 release to 2.12.1
1 parent 7cfdcb0 commit 8660800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ enablePlugins(ScalaJSPlugin)
55
organization in Global := "org.lyranthe.prometheus"
66

77
val scala211 = "2.11.8"
8-
val scala212 = "2.12.0"
8+
val scala212 = "2.12.1"
99

1010
version in ThisBuild := "git describe --tags --dirty --always".!!
1111
.stripPrefix("v")

0 commit comments

Comments
 (0)