Skip to content

Commit

Permalink
Update cli to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] authored and TonioGela committed Mar 10, 2024
1 parent 1cef9ce commit c405213
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 @@ -56,7 +56,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
"co.fs2" %%% "fs2-io" % "3.9.4" % Test,
"org.virtuslab.scala-cli" %% "cli" % "1.1.3" cross (CrossVersion.for2_13Use3)
"org.virtuslab.scala-cli" %% "cli" % "1.2.0" cross (CrossVersion.for2_13Use3)
),
buildInfoKeys += scalaBinaryVersion,
buildInfoKeys += BuildInfoKey.map(Compile / dependencyClasspath) {
Expand Down

0 comments on commit c405213

Please sign in to comment.