We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cacd22 commit 0a6dd99Copy full SHA for 0a6dd99
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.0",
+ "com.outr" %% "scribe-slf4j" % "3.7.1",
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