We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b13f31 + 703073c commit 5c36babCopy full SHA for 5c36bab
project/Dependencies.scala
@@ -1,7 +1,7 @@
1
import sbt.*
2
3
object Dependencies {
4
- val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.79"
+ val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.80"
5
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
6
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
7
val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
0 commit comments