File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -538,15 +538,9 @@ build += {
538
538
extra.options: ["-DSKIP_FLAKY=true"]
539
539
}
540
540
541
- // note that we don't have MiMa in the JDK6 build. I tried but it
542
- // was running out of PermGen when running the functional tests.
543
- // rather than sink time into investigating, just confining it to
544
- // JDK8 world seems perfectly fine.
545
541
${vars.base} {
546
542
name: "mima"
547
543
uri: ${vars.uris.mima-uri}
548
- // normally MiMa runs on 2.10 (because sbt 0.13 does), so the branch won't
549
- // be merged onto master for quite a while yet
550
544
// we don't compile sbt plugins
551
545
extra.exclude: ["sbtplugin"]
552
546
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ vars.uris: {
44
44
machinist-uri: "https://github.com/typelevel/machinist.git"
45
45
macro-compat-uri: "https://github.com/milessabin/macro-compat.git"
46
46
macro-paradise-uri: "https://github.com/scalacommunitybuild/paradise.git#community-build-2.12"
47
- mima-uri: "https://github.com/typesafehub/migration-manager.git#scala-2.12 "
47
+ mima-uri: "https://github.com/typesafehub/migration-manager.git"
48
48
minitest-uri: "https://github.com/monix/minitest.git"
49
49
monix-uri: "https://github.com/monix/monix.git#series/2.x"
50
50
monocle-uri: "https://github.com/julien-truffaut/Monocle.git"
You can’t perform that action at this time.
0 commit comments