Skip to content

Commit

Permalink
Update slick, slick-hikaricp to 3.5.0 in scala-steward-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tna-digital-archiving-jenkins committed Mar 10, 2024
1 parent 0fc002b commit f33d45f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ libraryDependencies ++= Seq(
"uk.gov.nationalarchives" %% "consignment-api-db" % "0.1.40",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.17",
"org.postgresql" % "postgresql" % "42.7.2",
"com.typesafe.slick" %% "slick" % "3.4.1",
"com.typesafe.slick" %% "slick-hikaricp" % "3.4.1",
"com.typesafe.slick" %% "slick" % "3.5.0",
"com.typesafe.slick" %% "slick-hikaricp" % "3.5.0",
"ch.megard" %% "akka-http-cors" % "1.2.0",
"ch.qos.logback" % "logback-classic" % "1.5.3",
"net.logstash.logback" % "logstash-logback-encoder" % "7.4",
Expand All @@ -86,8 +86,8 @@ libraryDependencies ++= Seq(
)

dependencyOverrides ++= Seq(
"com.typesafe.slick" %% "slick" % "3.4.1",
"com.typesafe.slick" %% "slick-hikaricp" % "3.4.1",
"com.typesafe.slick" %% "slick" % "3.5.0",
"com.typesafe.slick" %% "slick-hikaricp" % "3.5.0",
"org.sangria-graphql" %% "sangria" % "3.5.3"
)

Expand Down

0 comments on commit f33d45f

Please sign in to comment.