Skip to content

Commit

Permalink
Update circe-yaml to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 25, 2023
1 parent 17f9c35 commit d886dde
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,5 +1,5 @@
import mill._
import mill.scalalib._
import mill.*
import mill.scalalib.*

object Dependencies {
lazy val circe = {
Expand All @@ -21,7 +21,7 @@ object Dependencies {
)
}

lazy val circeYaml = Agg(ivy"io.circe::circe-yaml:0.15.1")
lazy val circeYaml = Agg(ivy"io.circe::circe-yaml:1.15.0")

lazy val bouncycastle = Agg(ivy"org.bouncycastle:bcpkix-jdk18on:1.77")

Expand Down

0 comments on commit d886dde

Please sign in to comment.