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 d6f4869 commit f82d516Copy full SHA for f82d516
README.md
@@ -10,7 +10,7 @@ Add following dependency to your `build.sbt`:
10
11
```scala
12
// for Slick 3.5 (Scala 2 / Scala 3)
13
-libraryDependencies += "com.github.takezoe" %% "blocking-slick" % "0.0.15-RC1"
+libraryDependencies += "com.github.takezoe" %% "blocking-slick" % "0.0.15-RC2"
14
15
// for Slick 3.4 (Scala 2)
16
libraryDependencies += "com.github.takezoe" %% "blocking-slick" % "0.0.14"
version.sbt
@@ -1 +1 @@
1
-ThisBuild / version := "0.0.15-RC1"
+ThisBuild / version := "0.0.15-RC2"
0 commit comments