Skip to content

Commit

Permalink
Update bcpkix-jdk18on to 1.78.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 19, 2024
1 parent fd0e441 commit 75efdcb
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 @@ -23,7 +23,7 @@ object Dependencies {

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

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

lazy val collectionCompat = Agg(ivy"org.scala-lang.modules::scala-collection-compat:2.11.0")

Expand Down

0 comments on commit 75efdcb

Please sign in to comment.