Skip to content

Commit

Permalink
Bump circe
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 11, 2024
1 parent 2f48364 commit fccff1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ lazy val enumeratumCirce = crossProject(JSPlatform, JVMPlatform, NativePlatform)
name := "enumeratum-circe",
version := Versions.Core.head,
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.9",
"io.circe" %%% "circe-core" % "0.14.10",
scalaXmlTest
),
libraryDependencies ++= {
Expand Down

0 comments on commit fccff1b

Please sign in to comment.