Skip to content

Commit ba0c844

Browse files
authored
Merge pull request #95 from sullis/scala-2.12.4
Scala 2.12.3 -> 2.12.4
2 parents edeb92f + f41d58e commit ba0c844

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
@@ -1,7 +1,7 @@
11
import ScalaModulePlugin._
22

33
scalaVersionsByJvm in ThisBuild := Map(
4-
8 -> List("2.12.3", "2.11.11", "2.13.0-M2").map(_ -> true)
4+
8 -> List("2.12.4", "2.11.11", "2.13.0-M2").map(_ -> true)
55
)
66

77
val disableDocs = sys.props("nodocs") == "true"

0 commit comments

Comments
 (0)