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.
2 parents da4ca84 + dfd341d commit 31d5aa4Copy full SHA for 31d5aa4
project/Dependencies.scala
@@ -1,7 +1,7 @@
1
import sbt._
2
3
object Dependencies {
4
- val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.77"
+ val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.78"
5
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
6
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
7
val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
0 commit comments