Skip to content

Commit

Permalink
Merge pull request #413 from olafurpg/js-1.3
Browse files Browse the repository at this point in the history
Upgrade to latest Scala.js
  • Loading branch information
olafurpg authored Nov 10, 2020
2 parents 069fbf0 + 43cd667 commit 1210503
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ def scala211 = "2.11.12"
def scala213 = "2.13.3"
def scala3 = List("3.0.0-M1")

def scalajs = "1.1.1"
def scalajs = "1.3.0"
def scalajsBinaryVersion = "1"
def scalajsDom = "1.0.0"
def scalajsDom = "1.1.0"

def isScala2(v: Option[(Long, Long)]): Boolean = v.exists(_._1 == 2)
def isScala212(v: Option[(Long, Long)]): Boolean = v.exists(_._1 == 2) && v.exists(_._2 == 12)
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.1.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.18.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.5")

libraryDependencies ++= List(
Expand Down

0 comments on commit 1210503

Please sign in to comment.