Skip to content

Commit

Permalink
Update dependency io.circe:circe-core to v0.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent e074d3b commit 779bcac
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 @@ -365,7 +365,7 @@ lazy val codec = crossProject(JVMPlatform, JSPlatform)
Compile / console / scalacOptions -= "-Wunused",
Test / console / scalacOptions -= "-Wunused",
// Dependencies:
libraryDependencies += "io.circe" %%% "circe-core" % "0.14.7",
libraryDependencies += "io.circe" %%% "circe-core" % "0.14.9",
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
// Settings for test:
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test,
Expand Down Expand Up @@ -436,7 +436,7 @@ lazy val cli = project
Test / console / scalacOptions -= "-Wunused",
// Dependencies:
libraryDependencies += "com.monovore" %% "decline" % "2.4.1",
libraryDependencies += "io.circe" %% "circe-core" % "0.14.7",
libraryDependencies += "io.circe" %% "circe-core" % "0.14.9",
libraryDependencies += "io.circe" %% "circe-generic" % "0.14.7",
libraryDependencies += "io.circe" %% "circe-parser" % "0.14.7",
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
Expand Down

0 comments on commit 779bcac

Please sign in to comment.