We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb88a2 commit 50907b1Copy full SHA for 50907b1
1 file changed
build.sbt
@@ -66,7 +66,7 @@ lazy val cli = project
66
executableScriptName := "relation-graph",
67
publish / skip := true,
68
libraryDependencies ++= Seq(
69
- "com.outr" %% "scribe-slf4j" % "3.8.3",
+ "com.outr" %% "scribe-slf4j" % "3.10.1",
70
"com.github.alexarchambault" %% "case-app" % "2.0.6"
71
),
72
gitCommitString := git.gitHeadCommit.value.getOrElse("Not Set"),
0 commit comments