Skip to content

Commit 4a5ba57

Browse files
authored
Merge pull request #193 from typelevel/update/cli-1.4.0
Update cli to 1.4.0
2 parents 9f9d580 + 815656d commit 4a5ba57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
5353
libraryDependencies ++= Seq(
5454
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
5555
"co.fs2" %%% "fs2-io" % "3.10.2" % Test,
56-
"org.virtuslab.scala-cli" %% "cli" % "1.3.2" cross (CrossVersion.for2_13Use3)
56+
"org.virtuslab.scala-cli" %% "cli" % "1.4.0" cross (CrossVersion.for2_13Use3)
5757
),
5858
buildInfoKeys += scalaBinaryVersion,
5959
buildInfoKeys += "nativeVersion" -> nativeVersion,

0 commit comments

Comments
 (0)