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 5e404d9 commit 7133a5bCopy full SHA for 7133a5b
pom.xml
@@ -114,7 +114,7 @@
114
<mockito.version>4.11.0</mockito.version>
115
<scala_logging.version>3.7.2</scala_logging.version>
116
<scodec_core.version>1.11.10</scodec_core.version>
117
- <slf4j.version>2.0.6</slf4j.version>
+ <slf4j.version>1.7.25</slf4j.version>
118
</properties>
119
120
<dependencies>
project/Dependencies.scala
@@ -19,7 +19,7 @@ import sbt._
19
object Dependencies {
20
private val scodecCoreVersion = "1.11.4"
21
private val antlrValue = "4.8"
22
- private val slf4jVersion = "2.0.6"
+ private val slf4jVersion = "1.7.25"
23
private val jacksonVersion = "2.13.0"
24
25
private val scalatestVersion = "3.2.19"
0 commit comments