Skip to content

Commit

Permalink
Update slick to 3.5.2
Browse files Browse the repository at this point in the history
(cherry picked from commit aa7891a)
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Oct 30, 2024
1 parent a917c27 commit 88654b3
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 @@ -210,7 +210,7 @@ lazy val inputOutputCommon = Def.settings(
Nil
}
},
libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.1",
libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.2",
libraryDependencies += "io.monix" %% "monix-eval" % "3.4.1",
libraryDependencies += "org.mockito" % "mockito-subclass" % "5.14.0",
libraryDependencies += "org.atnos" %% "eff-core" % "7.0.4"
Expand Down

0 comments on commit 88654b3

Please sign in to comment.