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 2bf8b46 commit a837b75Copy full SHA for a837b75
build.sbt
@@ -8,7 +8,7 @@ crossScalaVersions := List("2.12.18", "2.13.12", "3.3.1")
8
9
libraryDependencies += {
10
if (scalaBinaryVersion.value == "3") {
11
- "com.typesafe.slick" %% "slick" % "3.5.0-M5"
+ "com.typesafe.slick" %% "slick" % "3.5.0-RC1"
12
} else {
13
"com.typesafe.slick" %% "slick" % "3.4.1"
14
}
0 commit comments