Skip to content

Commit

Permalink
chore(Dependencies) : update postgresql from 42.4.1 to 42.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 21, 2024
1 parent 41acb31 commit 33fb5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ object Dependencies {
)

val algorithms: Seq[ModuleID] = Seq(
Artifact.catsCore % Version.cats,
Artifact.catsCore % Version.cats,
// A L G O R I T H M S T E S T
Artifact.scalaTest % Version.scalaTest % Test
)
Expand Down Expand Up @@ -543,7 +543,7 @@ object Dependencies {
val neotypes = "0.23.1"
val openapiGenerator = "5.0.1"
val picocli = "4.6.1"
val postgres = "42.4.1"
val postgres = "42.4.4"
val scalaCheck = "3.2.2.0"
val scalaJavaTime = "2.0.0"
val scalaTest = "3.2.14"
Expand Down

0 comments on commit 33fb5ee

Please sign in to comment.