Skip to content

Commit

Permalink
Update slick, slick-hikaricp to 3.5.1 (#613)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] committed Apr 18, 2024
1 parent a209388 commit a56404a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ object Dependencies {
"org.springframework.boot" % "spring-boot-starter-web" % SpringBootVersion % Test))
}

val SlickVersion = "3.5.0"
val SlickVersion = "3.5.1"
val Slick = Seq(
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % SlickVersion,
Expand Down

0 comments on commit a56404a

Please sign in to comment.