Skip to content

Commit

Permalink
Merge pull request #131 from typelevel/update/cli-1.1.0
Browse files Browse the repository at this point in the history
Update cli to 1.1.0
  • Loading branch information
armanbilge authored Nov 29, 2023
2 parents 5e9b21a + 4789a3e commit e648954
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +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,
// https://github.com/VirtusLab/scala-cli/issues/2421
"org.virtuslab.scala-cli" %% "cli" % "1.0.6" cross (CrossVersion.for2_13Use3) excludeAll (
ExclusionRule("com.lihaoyi:geny_2.13"),
ExclusionRule(
"org.scala-lang.modules",
"scala-collection-compat_2.13"
),
ExclusionRule(
"com.github.plokhotnyuk.jsoniter-scala",
"jsoniter-scala-core_2.13"
),
ExclusionRule("com.lihaoyi", "sourcecode_2.13"),
ExclusionRule("ai.kien", "python-native-libs_2.13"),
ExclusionRule("com.lihaoyi", "os-lib_2.13")
)
"org.virtuslab.scala-cli" %% "cli" % "1.1.0" cross (CrossVersion.for2_13Use3)
),
buildInfoKeys += scalaBinaryVersion,
buildInfoKeys += BuildInfoKey.map(Compile / dependencyClasspath) {
Expand Down

0 comments on commit e648954

Please sign in to comment.