diff --git a/build.sbt b/build.sbt index aa51a9e5..6ecc763a 100644 --- a/build.sbt +++ b/build.sbt @@ -322,13 +322,13 @@ lazy val circe = crossProject(JSPlatform, JVMPlatform) ) .jvmSettings( libraryDependencies ++= Seq( - "io.circe" %% "circe-core" % "0.14.1" + "io.circe" %% "circe-core" % "0.14.16" ) ++ scalaTest ) .jsSettings( fork := false, libraryDependencies ++= Seq( - "io.circe" %%% "circe-core" % "0.14.1", + "io.circe" %%% "circe-core" % "0.14.16", "org.scalatest" %%% "scalatest" % scalaTestVersion % "test" ) )