Skip to content

Commit

Permalink
Merge pull request #669 from scala-steward/update/argonaut-6.3.9
Browse files Browse the repository at this point in the history
Update argonaut to 6.3.9
  • Loading branch information
tminglei authored Dec 16, 2023
2 parents 87506be + 890e9fb commit 572ebfd
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 @@ -190,7 +190,7 @@ lazy val slickPgArgonaut = (project in file("./addons/argonaut"))
name := "slick-pg_argonaut",
description := "Slick extensions for PostgreSQL - argonaut module",
libraryDependencies := mainDependencies(scalaVersion.value) ++
Seq("io.argonaut" %% "argonaut" % "6.3.8")
Seq("io.argonaut" %% "argonaut" % "6.3.9")
)
.dependsOn (slickPgCore % "test->test;compile->compile")

Expand Down

0 comments on commit 572ebfd

Please sign in to comment.