Skip to content

Commit d386214

Browse files
authored
Merge pull request #794 from http4s/update/series/0.23/circe-generic-0.14.5
Update circe-generic to 0.14.5 in series/0.23
2 parents e3b500b + 0d9d5ca commit d386214

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)