Skip to content

Commit 3764c87

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update slick to 3.5.2
1 parent 4d539f4 commit 3764c87

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
@@ -7,7 +7,7 @@ scalaVersion := "3.3.4"
77
crossScalaVersions := List("2.12.20", "2.13.15", "3.3.4")
88

99
libraryDependencies ++= Seq(
10-
"com.typesafe.slick" %% "slick" % "3.5.1",
10+
"com.typesafe.slick" %% "slick" % "3.5.2",
1111
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test",
1212
"org.testcontainers" % "mysql" % "1.20.1" % "test",
1313
"com.mysql" % "mysql-connector-j" % "9.0.0" % "test",

0 commit comments

Comments
 (0)