Skip to content

Commit

Permalink
Update argonaut to 6.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 2, 2024
1 parent 81c11cb commit 2dcfa8b
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 @@ -197,7 +197,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.9")
Seq("io.argonaut" %% "argonaut" % "6.3.10")
)
.dependsOn (slickPgCore % "test->test;compile->compile")

Expand Down

0 comments on commit 2dcfa8b

Please sign in to comment.