Skip to content

Commit 07b824d

Browse files
authored
Merge pull request #128 from typelevel/update/cli-1.0.6
Update cli to 1.0.6
2 parents f2594d5 + 3c0b886 commit 07b824d

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-M3" % Test,
5858
"co.fs2" %%% "fs2-io" % "3.9.2" % Test,
5959
// https://github.com/VirtusLab/scala-cli/issues/2421
60-
"org.virtuslab.scala-cli" %% "cli" % "1.0.5" cross (CrossVersion.for2_13Use3) excludeAll (
60+
"org.virtuslab.scala-cli" %% "cli" % "1.0.6" cross (CrossVersion.for2_13Use3) excludeAll (
6161
ExclusionRule("com.lihaoyi:geny_2.13"),
6262
ExclusionRule(
6363
"org.scala-lang.modules",

0 commit comments

Comments
 (0)