Skip to content

Commit 6bf95f7

Browse files
Update cli to 1.1.0
1 parent 5e9b21a commit 6bf95f7

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
@@ -57,7 +57,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
5757
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
5858
"co.fs2" %%% "fs2-io" % "3.9.3" % Test,
5959
// https://github.com/VirtusLab/scala-cli/issues/2421
60-
"org.virtuslab.scala-cli" %% "cli" % "1.0.6" cross (CrossVersion.for2_13Use3) excludeAll (
60+
"org.virtuslab.scala-cli" %% "cli" % "1.1.0" cross (CrossVersion.for2_13Use3) excludeAll (
6161
ExclusionRule("com.lihaoyi:geny_2.13"),
6262
ExclusionRule(
6363
"org.scala-lang.modules",

0 commit comments

Comments
 (0)