We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd5bcf commit f715411Copy full SHA for f715411
project/Build.scala
@@ -14,7 +14,7 @@ object SlickBuild extends Build {
14
15
val slickVersion = "3.3.0-SNAPSHOT"
16
val binaryCompatSlickVersion = "3.3.0" // Slick base version for binary compatibility checks
17
- val scalaVersions = Seq("2.11.8", "2.12.3")
+ val scalaVersions = Seq("2.11.8", "2.12.4")
18
19
/** Dependencies for reuse in different parts of the build */
20
object Dependencies {
0 commit comments