We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44a2e1 commit 8c8d0f2Copy full SHA for 8c8d0f2
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.2",
+ "com.outr" %% "scribe-slf4j" % "3.8.3",
70
"com.github.alexarchambault" %% "case-app" % "2.0.6"
71
),
72
gitCommitString := git.gitHeadCommit.value.getOrElse("Not Set"),
0 commit comments