Skip to content

Commit

Permalink
Update scala 2.12 release to 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fiadliel committed Jan 4, 2017
1 parent 7cfdcb0 commit 8660800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enablePlugins(ScalaJSPlugin)
organization in Global := "org.lyranthe.prometheus"

val scala211 = "2.11.8"
val scala212 = "2.12.0"
val scala212 = "2.12.1"

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

0 comments on commit 8660800

Please sign in to comment.