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 641ee83 commit cba4b81Copy full SHA for cba4b81
build.sbt
@@ -53,7 +53,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
53
libraryDependencies ++= Seq(
54
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
55
"co.fs2" %%% "fs2-io" % "3.11.0" % Test,
56
- "org.virtuslab.scala-cli" %% "cli" % "1.5.4" cross (CrossVersion.for2_13Use3)
+ "org.virtuslab.scala-cli" %% "cli" % "1.8.3" cross (CrossVersion.for2_13Use3)
57
),
58
buildInfoKeys += scalaBinaryVersion,
59
buildInfoKeys += "nativeVersion" -> nativeVersion,
0 commit comments