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
scala-steward committed Apr 27, 2024
1 parent fd0e441 commit 31d5fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.sc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import mill._
import mill.scalalib._
import mill.*
import mill.scalalib.*

object Dependencies {
lazy val circe = {
val version = "0.14.6"
val version = "0.14.7"
Agg(
ivy"io.circe::circe-core:$version",
ivy"io.circe::circe-generic:$version",
Expand Down

0 comments on commit 31d5fc4

Please sign in to comment.