Skip to content

Commit 2121fdf

Browse files
authored
Update circe-generic to 0.14.0-M7
1 parent 398a1f9 commit 2121fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/ProjectPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object ProjectPlugin extends AutoPlugin {
6161

6262
lazy val examplesSettings = Seq(
6363
libraryDependencies ++= Seq(
64-
"io.circe" %% "circe-generic" % "0.14.0-M6",
64+
"io.circe" %% "circe-generic" % "0.14.0-M7",
6565
"org.tpolecat" %% "doobie-core" % "0.13.2",
6666
"org.tpolecat" %% "doobie-h2" % "0.13.2",
6767
"org.tpolecat" %% "atto-core" % "0.9.4",

0 commit comments

Comments
 (0)