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.
2 parents 40988cf + a9bf1a7 commit f3f6a67Copy full SHA for f3f6a67
1 file changed
build.sbt
@@ -56,7 +56,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
56
libraryDependencies ++= Seq(
57
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
58
"co.fs2" %%% "fs2-io" % "3.9.4" % Test,
59
- "org.virtuslab.scala-cli" %% "cli" % "1.1.3" cross (CrossVersion.for2_13Use3)
+ "org.virtuslab.scala-cli" %% "cli" % "1.2.1" cross (CrossVersion.for2_13Use3)
60
),
61
buildInfoKeys += scalaBinaryVersion,
62
buildInfoKeys += BuildInfoKey.map(Compile / dependencyClasspath) {
0 commit comments