Skip to content

Commit

Permalink
Merge pull request #2046 from bjaglin/java8compat
Browse files Browse the repository at this point in the history
remove unused scala-java8-compat
  • Loading branch information
bjaglin authored Aug 24, 2024
2 parents 7f16b80 + f552be7 commit fce50b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,6 @@ lazy val cli = projectMatrix
jgit,
commonText
),
libraryDependencies ++= {
if (!isScala3.value)
Seq(java8Compat)
else
Seq()
},
libraryDependencies ++= {
if (isScala3.value) Seq()
else
Expand Down
2 changes: 0 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ object Dependencies {
val coursierInterfaceV = "1.0.19"
val commontTextV = "1.12.0"
val googleDiffV = "1.3.0"
val java8CompatV = "1.0.2"
val jgitV = "5.13.3.202401111512-r"
val metaconfigV = "0.13.0"
val nailgunV = "0.9.1"
Expand All @@ -31,7 +30,6 @@ object Dependencies {
val coursierFor3Use2_13 = "io.get-coursier" %% "coursier" % coursierV cross CrossVersion.for3Use2_13
val coursierInterfaces = "io.get-coursier" % "interface" % coursierInterfaceV
val googleDiff = "com.googlecode.java-diff-utils" % "diffutils" % googleDiffV
val java8Compat = "org.scala-lang.modules" %% "scala-java8-compat" % java8CompatV
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % jgitV
val metaconfig = "org.scalameta" %% "metaconfig-typesafe-config" % metaconfigV
val metaconfigDoc = "org.scalameta" %% "metaconfig-docs" % metaconfigV
Expand Down
5 changes: 5 additions & 0 deletions project/tt

Large diffs are not rendered by default.

0 comments on commit fce50b3

Please sign in to comment.