Skip to content

Commit 4d35a8b

Browse files
remove coursier
1 parent 4fd51b8 commit 4d35a8b

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ cache:
6666
- "$HOME/.sbt/boot/scala*"
6767
- "$HOME/.sbt/launchers"
6868
- "$HOME/.ivy2/cache"
69-
- "$HOME/.coursier"
7069

7170
before_cache:
7271
- du -h -d 1 $HOME/.ivy2/cache

project/plugins.sbt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import coursier.util.Properties.{version => coursierVersion}
2-
31
if (System.getProperty("java.version").startsWith("1."))
42
Seq()
53
else
@@ -10,8 +8,7 @@ else
108
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.23")
119

1210
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
13-
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.4.0")
11+
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.5.0")
1412
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14")
1513
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.5.10")
1614
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
17-
addSbtPlugin("io.get-coursier" % "sbt-coursier" % coursierVersion)

project/project/plugins.sbt

-1
This file was deleted.

0 commit comments

Comments
 (0)