We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4457c53 + 061b271 commit 5746708Copy full SHA for 5746708
.travis.yml
@@ -11,7 +11,7 @@ scala:
11
- "2.10.7"
12
- "2.11.12"
13
- "2.12.6"
14
- - "2.13.0-RC1"
+ - "2.13.0-RC2"
15
16
jdk:
17
- oraclejdk8
project/plugins.sbt
@@ -12,5 +12,5 @@ addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "6.0.1")
addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.0.0")
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.27")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28")
shared/build.sbt
@@ -1 +1 @@
1
-libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0-SNAP10" % Test
+libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0-SNAP11" % Test
0 commit comments