Skip to content

Commit a837b75

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update slick to 3.5.0-RC1
1 parent 2bf8b46 commit a837b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ crossScalaVersions := List("2.12.18", "2.13.12", "3.3.1")
88

99
libraryDependencies += {
1010
if (scalaBinaryVersion.value == "3") {
11-
"com.typesafe.slick" %% "slick" % "3.5.0-M5"
11+
"com.typesafe.slick" %% "slick" % "3.5.0-RC1"
1212
} else {
1313
"com.typesafe.slick" %% "slick" % "3.4.1"
1414
}

0 commit comments

Comments
 (0)