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 431fdbc commit a22e8f9Copy full SHA for a22e8f9
project/Dependencies.scala
@@ -4,7 +4,7 @@ import sbt.librarymanagement.syntax.ExclusionRule
4
5
object Dependencies {
6
val attoCore = "org.tpolecat" %% "atto-core" % "0.9.5"
7
- val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.68"
+ val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.69"
8
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.1"
9
val caseApp = "com.github.alexarchambault" %% "case-app" % "2.0.6"
10
val catsEffect = "org.typelevel" %% "cats-effect" % "3.1.1"
0 commit comments