Skip to content

Commit

Permalink
Update scalajs-dom to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and pityka committed Apr 3, 2021
1 parent ec8a12f commit f6ebcd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ lazy val sharedJs = project
.settings(commonSettings)
.settings(
name := "nspl-shared-js",
libraryDependencies += ("org.scala-js") %%% "scalajs-dom" % "1.0.0"
libraryDependencies += ("org.scala-js") %%% "scalajs-dom" % "1.1.0"
)
.enablePlugins(ScalaJSPlugin)
.dependsOn(coreJS)
Expand All @@ -80,7 +80,7 @@ lazy val scalatagsJs = project
.settings(
name := "nspl-scalatags-js",
libraryDependencies ++= Seq(
("org.scala-js") %%% "scalajs-dom" % "1.0.0",
("org.scala-js") %%% "scalajs-dom" % "1.1.0",
("com.lihaoyi") %%% "scalatags" % "0.9.1"
)
)
Expand Down

0 comments on commit f6ebcd3

Please sign in to comment.