--- 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")