Skip to content

Commit d811eab

Browse files
committed
wip
1 parent c8d9d49 commit d811eab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ vars: {
7171
scalatest-ref : "SethTisue/scalatest.git#3.0.x-community-build"
7272
// fixed sha/tag (a compromise), the sha points at master that supports Scala 2.11
7373
spire-ref : "non/spire.git#3d2a41e91a1f6946fac63660f6157d4a6e4a281d"
74-
# before adding the scoverage 1.3.5 dependency
75-
shapeless-ref : "milessabin/shapeless.git#a719bba5bf74f5e4225d51a66b3b5f468ba49f02"
76-
scoverage-ref : "scoverage/scalac-scoverage-plugin.git#1.0.2"
74+
shapeless-ref : "milessabin/shapeless.git"
75+
scoverage-ref : "SethTisue/scalac-scoverage-plugin.git#newer-scala-logging"
7776
kind-projector-ref : "non/kind-projector.git#v0.7.1"
7877
sbt-ref : "adriaanm/sbt.git#community-build" // 0.13.7-M2 + drop ListBuffer.readOnly (after 0.13.7-M2, new dependencies were added --> TODO: add them here as well)
7978

@@ -556,6 +555,7 @@ build += {
556555
name: "scoverage"
557556
uri: "https://github.com/"${vars.scoverage-ref}
558557
extra: ${vars.base.extra} {
558+
exclude: ["scalac-scoverage-runtimeJS"] // no Scala.js please
559559
run-tests: false // TODO: [info] java.io.FileNotFoundException: Could not locate [~/.ivy2/cache/org.scala-lang/scala-compiler/jars/scala-compiler-2.11.0.jar].
560560
}
561561
}

0 commit comments

Comments
 (0)