Skip to content

Commit

Permalink
Update slick to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Apr 14, 2024
1 parent 7feac12 commit fadf889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scalaVersion := "3.3.3"
crossScalaVersions := List("2.12.19", "2.13.13", "3.3.3")

libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % "3.5.0",
"com.typesafe.slick" %% "slick" % "3.5.1",
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test",
"org.testcontainers" % "mysql" % "1.19.7" % "test",
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
Expand Down

0 comments on commit fadf889

Please sign in to comment.