Skip to content

Commit

Permalink
Merge pull request #79 from scala-steward/update/scalajs-dom-1.2.0
Browse files Browse the repository at this point in the history
Update scalajs-dom to 1.2.0
  • Loading branch information
mergify[bot] authored Aug 26, 2021
2 parents 5ff1319 + 2fb7b25 commit 75c6f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ val commonJsSettings = commonSettings ++ Seq(
}
},
libraryDependencies ++= Seq(
("org.scala-js" %%% "scalajs-dom" % "1.1.0").cross(CrossVersion.for3Use2_13)
("org.scala-js" %%% "scalajs-dom" % "1.2.0").cross(CrossVersion.for3Use2_13)
)
)

Expand Down

0 comments on commit 75c6f7d

Please sign in to comment.