We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f8cb6 commit 9b2afedCopy full SHA for 9b2afed
project/Dependencies.scala
@@ -1,7 +1,7 @@
1
import sbt.*
2
3
object Dependencies {
4
- val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.80"
+ val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.81"
5
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
6
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.1"
7
val catsCore = "org.typelevel" %% "cats-core" % "2.13.0"
0 commit comments