From 619f72a5a830dea2629eb2e98ef5ba7a801247a6 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 17 May 2021 05:17:12 +0000 Subject: [PATCH] Update circe-generic to 0.14.0-M7 --- project/ProjectPlugin.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/ProjectPlugin.scala b/project/ProjectPlugin.scala index 86e92a5b..f44ff1da 100644 --- a/project/ProjectPlugin.scala +++ b/project/ProjectPlugin.scala @@ -61,7 +61,7 @@ object ProjectPlugin extends AutoPlugin { lazy val examplesSettings = Seq( libraryDependencies ++= Seq( - "io.circe" %% "circe-generic" % "0.14.0-M6", + "io.circe" %% "circe-generic" % "0.14.0-M7", "org.tpolecat" %% "doobie-core" % "0.13.2", "org.tpolecat" %% "doobie-h2" % "0.13.2", "org.tpolecat" %% "atto-core" % "0.9.4",