Skip to content

Commit

Permalink
bump: Slick 3.5.2 (was 3.5.1) (#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Oct 2, 2024
1 parent 7697465 commit bdc10a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -474,12 +474,12 @@ object Dependencies {
)
}

val SlickVersion = "3.5.1"
val SlickVersion = "3.5.2"
val Slick = Seq(
libraryDependencies ++= Seq(
("com.typesafe.slick" %% "slick" % SlickVersion).exclude("org.slf4j", "slf4j-api"),
("com.typesafe.slick" %% "slick-hikaricp" % SlickVersion).exclude("org.slf4j", "slf4j-api"),
"com.h2database" % "h2" % "2.3.232" % Test // Eclipse Public License 1.0
"com.typesafe.slick" %% "slick" % SlickVersion,
"com.typesafe.slick" %% "slick-hikaricp" % SlickVersion,
"com.h2database" % "h2" % "2.3.232" % Test
)
)
val Eventbridge = Seq(
Expand Down

0 comments on commit bdc10a9

Please sign in to comment.