Skip to content

Commit e635f40

Browse files
scala-stewardplokhotnyuk
authored andcommitted
Update circe-generic, ... to 0.12.0-M4 (#328)
1 parent f39b98e commit e635f40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ lazy val `jsoniter-scala-benchmark` = project
137137
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.9",
138138
"com.fasterxml.jackson.module" % "jackson-module-afterburner" % "2.9.9",
139139
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % "2.9.9",
140-
"io.circe" %% "circe-generic" % "0.12.0-M3",
141-
"io.circe" %% "circe-generic-extras" % "0.12.0-M3",
142-
"io.circe" %% "circe-parser" % "0.12.0-M3",
140+
"io.circe" %% "circe-generic" % "0.12.0-M4",
141+
"io.circe" %% "circe-generic-extras" % "0.12.0-M4",
142+
"io.circe" %% "circe-parser" % "0.12.0-M4",
143143
"com.typesafe.play" %% "play-json" % "2.7.4",
144144
"org.julienrf" %% "play-json-derived-codecs" % "6.0.0",
145145
"ai.x" %% "play-json-extensions" % "0.40.2",

0 commit comments

Comments
 (0)