Skip to content

Commit

Permalink
Update slick to 3.5.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Nov 21, 2023
1 parent 2a479cf commit d66bbdd
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 @@ -135,7 +135,7 @@ lazy val inputOutputCommon = Def.settings(
Nil
}
},
libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.0-M4",
libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.0-M5",
libraryDependencies += "org.atnos" %% "eff-core" % "7.0.1"
)

Expand Down

0 comments on commit d66bbdd

Please sign in to comment.