diff --git a/.travis.yml b/.travis.yml index 7ed3618..065d3aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,14 +2,12 @@ sudo: false language: scala scala: - 2.11.12 - - 2.12.10 - - 2.13.1 + - 2.12.11 + - 2.13.2 jdk: - - openjdk8 + - openjdk11 env: - - JSDOM_VERSION=9.12.0 - - JSDOM_VERSION=10.0.0 - - JSDOM_VERSION=16.0.0 + - JSDOM_VERSION=16.2.2 install: # We need a recent version of Node.js for jsdom - nvm install 12 diff --git a/project/build.properties b/project/build.properties index c0bab04..797e7cc 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.8 +sbt.version=1.3.10 diff --git a/project/plugins.sbt b/project/plugins.sbt index 7a00941..71ea334 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.1") -libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.0.0" +libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.0.1" unmanagedSourceDirectories in Compile += baseDirectory.value.getParentFile / "jsdom-nodejs-env/src/main/scala"