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 24e8d3a commit 101b34aCopy full SHA for 101b34a
project/Dependencies.scala
@@ -1,7 +1,7 @@
1
import sbt._
2
3
object Dependencies {
4
- val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.78.1"
+ val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.79"
5
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
6
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.5"
7
val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
0 commit comments