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 b9390bf commit 69d3a8bCopy full SHA for 69d3a8b
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.10.3",
+ "com.outr" %% "scribe-slf4j" % "3.10.4",
70
"com.github.alexarchambault" %% "case-app" % "2.0.6"
71
),
72
gitCommitString := git.gitHeadCommit.value.getOrElse("Not Set"),
0 commit comments