Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Scala 2.12.4
  • Loading branch information
Sean Sullivan committed Oct 26, 2017
1 parent dcd5bcf commit f715411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -14,7 +14,7 @@ object SlickBuild extends Build {

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

/** Dependencies for reuse in different parts of the build */
object Dependencies {
Expand Down

0 comments on commit f715411

Please sign in to comment.