Skip to content

Commit

Permalink
Merge pull request #61 from sjrd/upgrades
Browse files Browse the repository at this point in the history
Upgrades.
  • Loading branch information
sjrd committed May 16, 2019
2 parents 342de06 + b47754a commit cda85fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scala:
- 2.10.7
- 2.11.12
- 2.12.8
- 2.13.0-RC1
- 2.13.0-RC2
jdk:
- openjdk8
env:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = project.in(file(".")).
enablePlugins(ScalaJSPlugin)

crossScalaVersions in ThisBuild := {
val allVersions = Seq("2.12.8", "2.11.12", "2.10.7", "2.13.0-RC1")
val allVersions = Seq("2.12.8", "2.11.12", "2.10.7", "2.13.0-RC2")
if (scalaJSVersion.startsWith("0.6."))
allVersions
else
Expand All @@ -19,7 +19,7 @@ version := "0.9.5-SNAPSHOT"
organization := "be.doeraene"

libraryDependencies +=
"org.scala-js" %%% "scalajs-dom" % "0.9.6"
"org.scala-js" %%% "scalajs-dom" % "0.9.7"

scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings")

Expand Down

0 comments on commit cda85fa

Please sign in to comment.