diff --git a/build.sbt b/build.sbt index d2e73c77..204a7178 100644 --- a/build.sbt +++ b/build.sbt @@ -168,8 +168,8 @@ lazy val circe = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( name := "skunk-circe", libraryDependencies ++= Seq( - "io.circe" %%% "circe-core" % "0.14.15", - "io.circe" %%% "circe-jawn" % "0.14.15" + "io.circe" %%% "circe-core" % "0.14.16", + "io.circe" %%% "circe-jawn" % "0.14.16" ) )