Skip to content

Commit

Permalink
Merge pull request #141 from typelevel/update/cli-1.1.2
Browse files Browse the repository at this point in the history
Update cli to 1.1.2
  • Loading branch information
mergify[bot] authored Jan 17, 2024
2 parents d1b6d1e + 9613747 commit 66377c9
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.3" % Test,
"org.virtuslab.scala-cli" %% "cli" % "1.1.1" cross (CrossVersion.for2_13Use3)
"org.virtuslab.scala-cli" %% "cli" % "1.1.2" cross (CrossVersion.for2_13Use3)
),
buildInfoKeys += scalaBinaryVersion,
buildInfoKeys += BuildInfoKey.map(Compile / dependencyClasspath) {
Expand Down

0 comments on commit 66377c9

Please sign in to comment.