Skip to content

Commit

Permalink
Merge pull request #154 from scala-steward/update/scalajs-dom-2.1.0
Browse files Browse the repository at this point in the history
Update scalajs-dom to 2.1.0
  • Loading branch information
mergify[bot] authored Dec 31, 2021
2 parents edf5fde + 0098cc5 commit d7e1e2c
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 @@ -48,7 +48,7 @@ val commonJsSettings = commonSettings ++ Seq(
}
},
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "2.0.0",
"org.scala-js" %%% "scalajs-dom" % "2.1.0",
"org.scalatest" %%% "scalatest" % scalaTestVersion % Test
)
)
Expand Down

0 comments on commit d7e1e2c

Please sign in to comment.