Skip to content

Commit 855bd8f

Browse files
Update cli to 1.3.0
1 parent 91c4437 commit 855bd8f

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-M5" % Test,
5555
"co.fs2" %%% "fs2-io" % "3.10.2" % Test,
56-
"org.virtuslab.scala-cli" %% "cli" % "1.2.2" cross (CrossVersion.for2_13Use3)
56+
"org.virtuslab.scala-cli" %% "cli" % "1.3.0" cross (CrossVersion.for2_13Use3)
5757
),
5858
buildInfoKeys += scalaBinaryVersion,
5959
buildInfoKeys += BuildInfoKey.map(Compile / dependencyClasspath) {

0 commit comments

Comments
 (0)