Skip to content

Commit

Permalink
Update argonaut to 6.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 10, 2023
1 parent 9e359e4 commit ce75bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ object ujson extends Module{
object argonaut extends Cross[ArgonautModule](scala2JVMVersions)
trait ArgonautModule extends CommonPublishModule{
def moduleDeps = Seq(ujson.jvm())
def ivyDeps = Agg(ivy"io.argonaut::argonaut:6.2.6")
def ivyDeps = Agg(ivy"io.argonaut::argonaut:6.3.8")
}

object json4s extends Cross[Json4sModule](scalaVersions)
Expand Down Expand Up @@ -371,7 +371,7 @@ trait BenchModule extends CommonPlatformModule{
ivy"io.circe::circe-generic::0.14.5",
ivy"io.circe::circe-parser::0.14.5",
ivy"com.typesafe.play::play-json::2.9.4",
ivy"io.argonaut::argonaut:6.2.6",
ivy"io.argonaut::argonaut:6.3.8",
ivy"org.json4s::json4s-ast:3.6.12",
ivy"com.lihaoyi::sourcecode::$sourcecode",
)
Expand Down

0 comments on commit ce75bd9

Please sign in to comment.