Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update bcprov-jdk15to18 to 1.82
  • Loading branch information
scala-steward committed Sep 17, 2025
commit 6b88c37ca6f45855951d87cc15c8e2911fdfb585
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.81"
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.82"
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3"
val catsCore = "org.typelevel" %% "cats-core" % "2.13.0"
Expand Down