Skip to content

Commit

Permalink
Merge pull request #3338 from scala-steward/update/bcprov-jdk15to18-1…
Browse files Browse the repository at this point in the history
….78.1

Update bcprov-jdk15to18 to 1.78.1
  • Loading branch information
mergify[bot] committed Apr 19, 2024
2 parents e8f6c1d + 980683d commit 4f0eed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.78"
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.78.1"
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
Expand Down

0 comments on commit 4f0eed1

Please sign in to comment.