File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -175,12 +175,6 @@ lazy val cli = projectMatrix
175
175
jgit,
176
176
commonText
177
177
),
178
- libraryDependencies ++= {
179
- if (! isScala3.value)
180
- Seq (java8Compat)
181
- else
182
- Seq ()
183
- },
184
178
libraryDependencies ++= {
185
179
if (isScala3.value) Seq ()
186
180
else
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ object Dependencies {
16
16
val coursierInterfaceV = " 1.0.19"
17
17
val commontTextV = " 1.12.0"
18
18
val googleDiffV = " 1.3.0"
19
- val java8CompatV = " 1.0.2"
20
19
val jgitV = " 5.13.3.202401111512-r"
21
20
val metaconfigV = " 0.13.0"
22
21
val nailgunV = " 0.9.1"
@@ -31,7 +30,6 @@ object Dependencies {
31
30
val coursierFor3Use2_13 = " io.get-coursier" %% " coursier" % coursierV cross CrossVersion .for3Use2_13
32
31
val coursierInterfaces = " io.get-coursier" % " interface" % coursierInterfaceV
33
32
val googleDiff = " com.googlecode.java-diff-utils" % " diffutils" % googleDiffV
34
- val java8Compat = " org.scala-lang.modules" %% " scala-java8-compat" % java8CompatV
35
33
val jgit = " org.eclipse.jgit" % " org.eclipse.jgit" % jgitV
36
34
val metaconfig = " org.scalameta" %% " metaconfig-typesafe-config" % metaconfigV
37
35
val metaconfigDoc = " org.scalameta" %% " metaconfig-docs" % metaconfigV
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments