Skip to content

Commit 4b123d7

Browse files
committed
Update a verson for Circe dependencies in benchmarks
1 parent 1f49e34 commit 4b123d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ lazy val benchmark = project
124124
"com.fasterxml.jackson.core" % "jackson-core" % "2.9.4",
125125
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.9.4",
126126
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.4",
127-
"io.circe" %% "circe-generic" % "0.9.2",
128-
"io.circe" %% "circe-generic-extras" % "0.9.2",
129-
"io.circe" %% "circe-parser" % "0.9.2",
130-
"io.circe" %% "circe-java8" % "0.9.2",
127+
"io.circe" %% "circe-generic" % "0.9.3",
128+
"io.circe" %% "circe-generic-extras" % "0.9.3",
129+
"io.circe" %% "circe-parser" % "0.9.3",
130+
"io.circe" %% "circe-java8" % "0.9.3",
131131
"ai.x" %% "play-json-extensions" % "0.10.0",
132132
"com.typesafe.play" %% "play-json" % "2.6.9",
133133
"org.julienrf" %% "play-json-derived-codecs" % "4.0.0",

0 commit comments

Comments
 (0)