Skip to content

Commit

Permalink
Update circe-core, circe-generic to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Jun 7, 2024
1 parent b9ee5f1 commit 7292327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
"org.typelevel" %%% "cats-tagless-core" % "0.15.0",
"org.typelevel" %%% "cats-mtl" % "1.4.0",
"org.typelevel" %%% "log4cats-noop" % "2.7.0",
"io.circe" %%% "circe-core" % "0.14.6",
"io.circe" %%% "circe-core" % "0.14.7",
"org.tpolecat" %%% "natchez-testkit" % "0.3.5" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.typelevel" %% "scalacheck-effect" % "2.0.0-M2" % Test,
Expand All @@ -71,7 +71,7 @@ lazy val scalacache = crossProject(JVMPlatform)
name := "natchez-tagless-scalacache",
libraryDependencies ++= Seq(
"com.github.cb372" %%% "scalacache-core" % "1.0.0-M6",
"io.circe" %%% "circe-generic" % "0.14.6",
"io.circe" %%% "circe-generic" % "0.14.7",
),
libraryDependencies ++= {
if (scalaBinaryVersion.value.startsWith("2")) Seq("org.typelevel" %%% "cats-tagless-macros" % "0.15.0")
Expand Down

0 comments on commit 7292327

Please sign in to comment.