Skip to content

Commit

Permalink
Merge pull request #193 from typelevel/update/cli-1.4.0
Browse files Browse the repository at this point in the history
Update cli to 1.4.0
  • Loading branch information
armanbilge authored Jun 27, 2024
2 parents 9f9d580 + 815656d commit 4a5ba57
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 @@ -53,7 +53,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
"co.fs2" %%% "fs2-io" % "3.10.2" % Test,
"org.virtuslab.scala-cli" %% "cli" % "1.3.2" cross (CrossVersion.for2_13Use3)
"org.virtuslab.scala-cli" %% "cli" % "1.4.0" cross (CrossVersion.for2_13Use3)
),
buildInfoKeys += scalaBinaryVersion,
buildInfoKeys += "nativeVersion" -> nativeVersion,
Expand Down

0 comments on commit 4a5ba57

Please sign in to comment.