Skip to content

Commit

Permalink
Merge pull request #559 from scala-steward/update/circe-core-0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Jun 14, 2024
2 parents 804655d + e3f5dea commit cdbff9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
lazy val fs2Io = "co.fs2" %% "fs2-io" % "3.10.2"
lazy val scallop = "org.rogach" %% "scallop" % "5.1.0"
lazy val gcs = "com.google.cloud" % "google-cloud-storage" % "2.40.0"
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.6"
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.7"
lazy val munit = "org.scalameta" %% "munit" % "1.0.0"
lazy val circeParser = "io.circe" %% "circe-parser" % "0.14.6"
lazy val circeParser = "io.circe" %% "circe-parser" % "0.14.7"
}

0 comments on commit cdbff9a

Please sign in to comment.