Skip to content

Commit

Permalink
Update circe-yaml to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 6, 2023
1 parent 7a5f2a6 commit 2d71e3b
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.14.2")
lazy val circeYaml = Agg(ivy"io.circe::circe-yaml:0.15.1")

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

Expand Down

0 comments on commit 2d71e3b

Please sign in to comment.