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 548e09b + a511747 commit 095b8baCopy full SHA for 095b8ba
1 file changed
build.sbt
@@ -53,7 +53,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
53
libraryDependencies ++= Seq(
54
"org.typelevel" %%% "weaver-cats" % "0.12.0" % Test,
55
"co.fs2" %%% "fs2-io" % "3.13.0" % Test,
56
- "org.virtuslab.scala-cli" %% "cli" % "1.13.0" cross (CrossVersion.for2_13Use3)
+ "org.virtuslab.scala-cli" %% "cli" % "1.14.0" cross (CrossVersion.for2_13Use3)
57
),
58
buildInfoKeys += scalaBinaryVersion,
59
buildInfoKeys += BuildInfoKey.map(Compile / dependencyClasspath) {
0 commit comments