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
slick-scala-steward[bot] committed May 24, 2024
1 parent ea9a931 commit 83b6a18
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 @@ -42,7 +42,7 @@ lazy val slickcats =
name := "slick-cats",
description := "Cats instances for Slick's DBIO",
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % "3.4.1",
"com.typesafe.slick" %% "slick" % "3.5.1",
"org.typelevel" %% "cats-core" % catsVersion,
"org.typelevel" %% "cats-laws" % catsVersion % Test,
"org.typelevel" %% "discipline-scalatest" % "2.2.0" % Test,
Expand Down

0 comments on commit 83b6a18

Please sign in to comment.