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 4d539f4 commit 3764c87Copy full SHA for 3764c87
build.sbt
@@ -7,7 +7,7 @@ scalaVersion := "3.3.4"
7
crossScalaVersions := List("2.12.20", "2.13.15", "3.3.4")
8
9
libraryDependencies ++= Seq(
10
- "com.typesafe.slick" %% "slick" % "3.5.1",
+ "com.typesafe.slick" %% "slick" % "3.5.2",
11
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test",
12
"org.testcontainers" % "mysql" % "1.20.1" % "test",
13
"com.mysql" % "mysql-connector-j" % "9.0.0" % "test",
0 commit comments