We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d36e2 commit d908ef1Copy full SHA for d908ef1
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt.*
3
object Dependencies {
4
lazy val Examples = config("example") extend Compile
5
6
- val slf4jVersion = "2.0.12"
+ val slf4jVersion = "2.0.13"
7
val nettyVersion = "4.1.108.Final"
8
val scalaStmVersion = "0.11.1"
9
val bcVersion = "1.76" // bouncycastle
0 commit comments