Skip to content

Commit 150c2c9

Browse files
committed
Update circe-core, circe-generic, ... to 0.14.12
1 parent 64f90da commit 150c2c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.mill

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ object ujson extends Module{
215215
object circe extends Cross[CirceModule](scalaVersions)
216216
trait CirceModule extends CommonPublishModule{
217217
def moduleDeps = Seq(ujson.jvm())
218-
val circeVersion = "0.14.9"
218+
val circeVersion = "0.14.12"
219219
def ivyDeps = Agg(ivy"io.circe::circe-parser:$circeVersion")
220220
}
221221

@@ -378,9 +378,9 @@ def exampleJson = T.source(millSourcePath / "exampleJson")
378378
trait BenchModule extends CommonPlatformModule{
379379
def scalaVersion = scala213
380380
def ivyDeps = Agg(
381-
ivy"io.circe::circe-core::0.14.9",
382-
ivy"io.circe::circe-generic::0.14.9",
383-
ivy"io.circe::circe-parser::0.14.9",
381+
ivy"io.circe::circe-core::0.14.12",
382+
ivy"io.circe::circe-generic::0.14.12",
383+
ivy"io.circe::circe-parser::0.14.12",
384384
ivy"com.typesafe.play::play-json::2.9.4",
385385
ivy"io.argonaut::argonaut:6.2.6",
386386
ivy"org.json4s::json4s-ast:3.6.12",

0 commit comments

Comments
 (0)