Skip to content

Commit 2763d27

Browse files
Update case-app to 2.1.0 (#326)
1 parent cc59c3d commit 2763d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ lazy val cli = project
6969
publish / skip := true,
7070
libraryDependencies ++= Seq(
7171
"com.outr" %% "scribe-slf4j" % scribeVersion,
72-
"com.github.alexarchambault" %% "case-app" % "2.0.6",
72+
"com.github.alexarchambault" %% "case-app" % "2.1.0",
7373
"io.circe" %% "circe-yaml" % "0.14.2",
7474
),
7575
gitCommitString := git.gitHeadCommit.value.getOrElse("Not Set"),

0 commit comments

Comments
 (0)