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 cc59c3d commit 2763d27Copy full SHA for 2763d27
build.sbt
@@ -69,7 +69,7 @@ lazy val cli = project
69
publish / skip := true,
70
libraryDependencies ++= Seq(
71
"com.outr" %% "scribe-slf4j" % scribeVersion,
72
- "com.github.alexarchambault" %% "case-app" % "2.0.6",
+ "com.github.alexarchambault" %% "case-app" % "2.1.0",
73
"io.circe" %% "circe-yaml" % "0.14.2",
74
),
75
gitCommitString := git.gitHeadCommit.value.getOrElse("Not Set"),
0 commit comments