Skip to content

Commit

Permalink
Downgrade circe due to lack of native 0.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Nov 29, 2024
1 parent b84edf6 commit 0335878
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 @@ -155,8 +155,8 @@ lazy val circe = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "skunk-circe",
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.10",
"io.circe" %%% "circe-jawn" % "0.14.10"
"io.circe" %%% "circe-core" % "0.14.8",
"io.circe" %%% "circe-jawn" % "0.14.8"
)
)

Expand Down

0 comments on commit 0335878

Please sign in to comment.