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 8a94501 commit e462d3aCopy full SHA for e462d3a
README.md
@@ -9,7 +9,10 @@ Setup
9
Add following dependency to your `build.sbt`:
10
11
```scala
12
-// for Slick 3.4 (Scala 2) or Slick 3.5 (Scala 3)
+// for Slick 3.5 (Scala 2 / Scala 3)
13
+libraryDependencies += "com.github.takezoe" %% "blocking-slick" % "0.0.15-RC1"
14
+
15
+// for Slick 3.4 (Scala 2)
16
libraryDependencies += "com.github.takezoe" %% "blocking-slick" % "0.0.14"
17
18
// for Slick 3.3
0 commit comments