Skip to content

Commit

Permalink
Update scalajs-junit-test-plugin to 1.4.0 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2021
1 parent 4bb968d commit 2ee4322
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -135,8 +135,8 @@ workflows:
- scalajs_job:
name: sjs1.0_2.12
scala_version: 2.12.12
scalajs_version: 1.3.1
scalajs_version: 1.4.0
- scalajs_job:
name: sjs1.0_2.13
scala_version: 2.13.4
scalajs_version: 1.3.1
scalajs_version: 1.4.0
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ scala:

env:
- SCALAJS_VERSION= ADOPTOPENJDK=8
- SCALAJS_VERSION=1.3.1 ADOPTOPENJDK=8
- SCALAJS_VERSION=1.4.0 ADOPTOPENJDK=8
- SCALAJS_VERSION= ADOPTOPENJDK=11
- SCALAJS_VERSION= ADOPTOPENJDK=15

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,5 +1,5 @@
val scalaJSVersion =
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.3.1")
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.4.0")

addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.3")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
Expand Down

0 comments on commit 2ee4322

Please sign in to comment.