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 May 29, 2023
1 parent 2754f6d commit c19a73f
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 @@ -345,7 +345,7 @@ object ujson extends Module{
def artifactName = "ujson-argonaut"
def platformSegment = "jvm"
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](scalaJVMVersions:_*)
class Json4sModule(val crossScalaVersion: String) extends CommonPublishModule{
Expand Down Expand Up @@ -456,7 +456,7 @@ trait BenchModule extends CommonModule{
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 c19a73f

Please sign in to comment.