Skip to content

Commit

Permalink
Revert "Update scalajs-dom to 2.0.0 (#70)"
Browse files Browse the repository at this point in the history
This reverts commit 7fcd653.
  • Loading branch information
Atry committed Nov 14, 2021
1 parent 6c8c0fc commit 73026fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions LatestEvent/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ enablePlugins(ScalaJSPlugin)

import Ordering.Implicits._

if (VersionNumber(scalaJSVersion).numbers >= Seq(1L)) {
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.0.0"
} else {
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "1.2.0"
}
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "1.2.0"

libraryDependencies += {
if (VersionNumber(scalaVersion.value).numbers >= Seq(2L, 13L)) {
Expand Down

0 comments on commit 73026fe

Please sign in to comment.