Skip to content

Commit 0d9d5ca

Browse files
Update circe-generic to 0.14.5 in series/0.23
1 parent 4fb9aa8 commit 0d9d5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ lazy val examples = Project("blaze-examples", file("examples"))
342342
libraryDependencies ++= Seq(
343343
"org.http4s" %% "http4s-dsl" % http4sVersion,
344344
"org.http4s" %% "http4s-circe" % http4sVersion,
345-
"io.circe" %% "circe-generic" % "0.14.4",
345+
"io.circe" %% "circe-generic" % "0.14.5",
346346
),
347347
Test / scalafixConfig := Some(file(".scalafix.test.conf")),
348348
)

0 commit comments

Comments
 (0)