Skip to content

Commit dbb3c81

Browse files
authored
Merge pull request #3 from exoego/bump-deps
Bump deps
2 parents e2adf2b + d264123 commit dbb3c81

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ sudo: false
22
language: scala
33
scala:
44
- 2.11.12
5-
- 2.12.10
6-
- 2.13.1
5+
- 2.12.11
6+
- 2.13.2
77
jdk:
8-
- openjdk8
8+
- openjdk11
99
env:
10-
- JSDOM_VERSION=9.12.0
11-
- JSDOM_VERSION=10.0.0
12-
- JSDOM_VERSION=16.0.0
10+
- JSDOM_VERSION=16.2.2
1311
install:
1412
# We need a recent version of Node.js for jsdom
1513
- nvm install 12

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.8
1+
sbt.version=1.3.10

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.1")
22

3-
libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.0.0"
3+
libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.0.1"
44

55
unmanagedSourceDirectories in Compile +=
66
baseDirectory.value.getParentFile / "jsdom-nodejs-env/src/main/scala"

0 commit comments

Comments
 (0)