Upgrade: scala 2.12.4 -> 2.12.8; scalajs: 0.6.21 -> 0.6.26
authorTomas Zeman <tzeman@volny.cz>
Tue, 15 Jan 2019 15:44:12 +0100
changeset 15 7f43df518630
parent 14 5e14799f7ea0
child 16 c7ac48e98463
Upgrade: scala 2.12.4 -> 2.12.8; scalajs: 0.6.21 -> 0.6.26
build.sbt
project/plugins.sbt
--- a/build.sbt	Tue Jan 15 15:32:03 2019 +0100
+++ b/build.sbt	Tue Jan 15 15:44:12 2019 +0100
@@ -1,6 +1,6 @@
 import scala.sys.process._
 
-val scalaVersions = Seq("2.11.12", "2.12.4")
+val scalaVersions = Seq("2.11.12", "2.12.8")
 
 lazy val fatagsRoot = project.in(file(".")).
   aggregate(fatagsJS, fatagsJVM, example).
--- a/project/plugins.sbt	Tue Jan 15 15:32:03 2019 +0100
+++ b/project/plugins.sbt	Tue Jan 15 15:44:12 2019 +0100
@@ -5,7 +5,7 @@
   url("http://repo.scala-js.org/repo/snapshots/"))(Resolver.ivyStylePatterns)
 
 // Sbt plugins
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.21")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.26")
 
 addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")