Skip to content

Commit

Permalink
Merge pull request #215 from softwaremill/update/scalajs-dom-2.3.0
Browse files Browse the repository at this point in the history
Update scalajs-dom to 2.3.0
  • Loading branch information
mergify[bot] authored Sep 1, 2022
2 parents 2c589de + 1b6b2b6 commit 11f980d
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.2.0",
"org.scala-js" %%% "scalajs-dom" % "2.3.0",
"org.scalatest" %%% "scalatest" % scalaTestVersion % Test
)
)
Expand Down

0 comments on commit 11f980d

Please sign in to comment.