Skip to content

Commit

Permalink
Merge pull request #680 from scala-steward/update/postgresql-42.7.1
Browse files Browse the repository at this point in the history
Update postgresql to 42.7.1
  • Loading branch information
tminglei authored Dec 16, 2023
2 parents a293ae0 + 9ef771d commit 5e99664
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 @@ -66,7 +66,7 @@ def mainDependencies(scalaVersion: String) = {
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0",
"org.scala-lang" % "scala-reflect" % scalaVersion,
"com.typesafe.slick" %% "slick" % "3.5.0-M4",
"org.postgresql" % "postgresql" % "42.6.0",
"org.postgresql" % "postgresql" % "42.7.1",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.slf4j" % "slf4j-simple" % "2.0.9" % "provided",
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
Expand Down

0 comments on commit 5e99664

Please sign in to comment.