Skip to content

Commit f9983c2

Browse files
authored
Merge pull request #3869 from scala-steward/update/bcprov-jdk15to18-1.84
Update bcprov-jdk15to18 to 1.84
2 parents 763dac5 + 4bdb7dc commit f9983c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt.*
22

33
object Dependencies {
4-
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.83"
4+
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.84"
55
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
66
val catsEffect = "org.typelevel" %% "cats-effect" % "3.7.0"
77
val catsCore = "org.typelevel" %% "cats-core" % "2.13.0"

0 commit comments

Comments
 (0)