Skip to content

Commit 35214c1

Browse files
Update circe-core, circe-generic, ... to 0.14.9 (#597)
1 parent cbd9a9a commit 35214c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ object ujson extends Module{
220220
object circe extends Cross[CirceModule](scalaVersions)
221221
trait CirceModule extends CommonPublishModule{
222222
def moduleDeps = Seq(ujson.jvm())
223-
val circeVersion = "0.14.5"
223+
val circeVersion = "0.14.9"
224224
def ivyDeps = Agg(ivy"io.circe::circe-parser:$circeVersion")
225225
}
226226

@@ -383,9 +383,9 @@ def exampleJson = T.source(millSourcePath / "exampleJson")
383383
trait BenchModule extends CommonPlatformModule{
384384
def scalaVersion = scala213
385385
def ivyDeps = Agg(
386-
ivy"io.circe::circe-core::0.14.5",
387-
ivy"io.circe::circe-generic::0.14.5",
388-
ivy"io.circe::circe-parser::0.14.5",
386+
ivy"io.circe::circe-core::0.14.9",
387+
ivy"io.circe::circe-generic::0.14.9",
388+
ivy"io.circe::circe-parser::0.14.9",
389389
ivy"com.typesafe.play::play-json::2.9.4",
390390
ivy"io.argonaut::argonaut:6.2.6",
391391
ivy"org.json4s::json4s-ast:3.6.12",

0 commit comments

Comments
 (0)