diff --git a/build.sbt b/build.sbt index 69cb4905..07066bcf 100644 --- a/build.sbt +++ b/build.sbt @@ -365,7 +365,7 @@ lazy val codec = crossProject(JVMPlatform, JSPlatform) Compile / console / scalacOptions -= "-Wunused", Test / console / scalacOptions -= "-Wunused", // Dependencies: - libraryDependencies += "io.circe" %%% "circe-core" % "0.14.7", + libraryDependencies += "io.circe" %%% "circe-core" % "0.14.10", addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"), // Settings for test: libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test, @@ -436,7 +436,7 @@ lazy val cli = project Test / console / scalacOptions -= "-Wunused", // Dependencies: libraryDependencies += "com.monovore" %% "decline" % "2.4.1", - libraryDependencies += "io.circe" %% "circe-core" % "0.14.7", + libraryDependencies += "io.circe" %% "circe-core" % "0.14.10", libraryDependencies += "io.circe" %% "circe-generic" % "0.14.7", libraryDependencies += "io.circe" %% "circe-parser" % "0.14.7", addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),