We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f01778 commit 16a8911Copy full SHA for 16a8911
1 file changed
build.sbt
@@ -33,7 +33,7 @@ libraryDependencies ++= {
33
"dev.zio" %% "zio" % zioVersion,
34
"dev.zio" %% "zio-streams" % zioVersion,
35
"org.geneontology" %% "whelk-owlapi" % "1.1.1",
36
- "com.outr" %% "scribe-slf4j" % "3.7.1",
+ "com.outr" %% "scribe-slf4j" % "3.8.2",
37
"com.github.alexarchambault" %% "case-app" % "2.0.6",
38
"org.apache.jena" % "apache-jena-libs" % "4.4.0" exclude ("org.slf4j", "slf4j-log4j12"),
39
"dev.zio" %% "zio-test" % zioVersion % Test,
0 commit comments