Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update circe-core, circe-generic, ... to 0.14.8 #592

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ object ujson extends Module{
object circe extends Cross[CirceModule](scalaVersions)
trait CirceModule extends CommonPublishModule{
def moduleDeps = Seq(ujson.jvm())
val circeVersion = "0.14.5"
val circeVersion = "0.14.8"
def ivyDeps = Agg(ivy"io.circe::circe-parser:$circeVersion")
}

Expand Down Expand Up @@ -381,9 +381,9 @@ def exampleJson = T.source(millSourcePath / "exampleJson")
trait BenchModule extends CommonPlatformModule{
def scalaVersion = scala213
def ivyDeps = Agg(
ivy"io.circe::circe-core::0.14.5",
ivy"io.circe::circe-generic::0.14.5",
ivy"io.circe::circe-parser::0.14.5",
ivy"io.circe::circe-core::0.14.8",
ivy"io.circe::circe-generic::0.14.8",
ivy"io.circe::circe-parser::0.14.8",
ivy"com.typesafe.play::play-json::2.9.4",
ivy"io.argonaut::argonaut:6.2.6",
ivy"org.json4s::json4s-ast:3.6.12",
Expand Down
Loading