File tree 3 files changed +1
-6
lines changed
3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 66
66
- " $HOME/.sbt/boot/scala*"
67
67
- " $HOME/.sbt/launchers"
68
68
- " $HOME/.ivy2/cache"
69
- - " $HOME/.coursier"
70
69
71
70
before_cache :
72
71
- du -h -d 1 $HOME/.ivy2/cache
Original file line number Diff line number Diff line change 1
- import coursier .util .Properties .{version => coursierVersion }
2
-
3
1
if (System .getProperty(" java.version" ).startsWith(" 1." ))
4
2
Seq ()
5
3
else
10
8
val scalaJSVersion = Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.23" )
11
9
12
10
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" )
14
12
addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 1.0.14" )
15
13
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.5.10" )
16
14
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.7.0" )
17
- addSbtPlugin(" io.get-coursier" % " sbt-coursier" % coursierVersion)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments