Skip to content

Commit

Permalink
Update cli to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Nov 14, 2023
1 parent f2594d5 commit 3c0b886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test,
"co.fs2" %%% "fs2-io" % "3.9.2" % Test,
// https://github.com/VirtusLab/scala-cli/issues/2421
"org.virtuslab.scala-cli" %% "cli" % "1.0.5" cross (CrossVersion.for2_13Use3) excludeAll (
"org.virtuslab.scala-cli" %% "cli" % "1.0.6" cross (CrossVersion.for2_13Use3) excludeAll (
ExclusionRule("com.lihaoyi:geny_2.13"),
ExclusionRule(
"org.scala-lang.modules",
Expand Down

0 comments on commit 3c0b886

Please sign in to comment.