Skip to content

Commit

Permalink
Update argonaut to 6.3.11 (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 24, 2024
1 parent 49f4099 commit 9ee1adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val circeFs2Version = "0.14.1"
lazy val circeIterateeVersion = "0.13.0-M2"
lazy val shapelessVersion = "2.3.12"
lazy val catsVersion = "2.12.0"
lazy val argonautVersion = "6.3.10"
lazy val argonautVersion = "6.3.11"
lazy val iterateeVersion = "0.20.0"
lazy val refinedVersion = "0.11.2"
lazy val catsEffectVersion = "3.5.4"
Expand Down Expand Up @@ -320,7 +320,7 @@ lazy val argonaut = project
.settings(allSettings)
.settings(
libraryDependencies ++= Seq(
"io.argonaut" %% "argonaut" % argonautVersion
"io.github.argonaut-io" %% "argonaut" % argonautVersion
)
)
.dependsOn(core, jsonTest % "test")
Expand Down

0 comments on commit 9ee1adb

Please sign in to comment.