Skip to content

Commit

Permalink
slick needs newer logback
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 14, 2023
1 parent 069c293 commit b2ddda9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ object Dependencies {
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % SlickVersion,
"com.typesafe.slick" %% "slick-hikaricp" % SlickVersion,
"ch.qos.logback" % "logback-classic" % "1.3.11" % Test,
"com.h2database" % "h2" % "2.1.210" % Test))
val Eventbridge = Seq(
libraryDependencies ++= Seq(
Expand Down

0 comments on commit b2ddda9

Please sign in to comment.