Skip to content

Commit f715411

Browse files
author
Sean Sullivan
committed
Scala 2.12.4
1 parent dcd5bcf commit f715411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object SlickBuild extends Build {
1414

1515
val slickVersion = "3.3.0-SNAPSHOT"
1616
val binaryCompatSlickVersion = "3.3.0" // Slick base version for binary compatibility checks
17-
val scalaVersions = Seq("2.11.8", "2.12.3")
17+
val scalaVersions = Seq("2.11.8", "2.12.4")
1818

1919
/** Dependencies for reuse in different parts of the build */
2020
object Dependencies {

0 commit comments

Comments
 (0)