Skip to content

Commit c13e830

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update slick to 3.6.1
1 parent 7aa569a commit c13e830

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.6"
77
crossScalaVersions := List("2.12.20", "2.13.16", "3.3.6")
88

99
libraryDependencies ++= Seq(
10-
"com.typesafe.slick" %% "slick" % "3.6.0",
10+
"com.typesafe.slick" %% "slick" % "3.6.1",
1111
"com.dimafeng" %% "testcontainers-scala" % "0.43.0" % "test",
1212
"org.testcontainers" % "mysql" % "1.21.0" % "test",
1313
"com.mysql" % "mysql-connector-j" % "9.3.0" % "test",

0 commit comments

Comments
 (0)