Skip to content

Commit

Permalink
Merge pull request #249 from softwaremill/update/scalajs-dom-2.4.0
Browse files Browse the repository at this point in the history
Update scalajs-dom to 2.4.0
  • Loading branch information
mergify[bot] authored Feb 17, 2023
2 parents 2af1d34 + 28bcf4a commit 1973c07
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 @@ -49,7 +49,7 @@ val commonJsSettings = commonSettings ++ Seq(
}
},
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "2.3.0",
"org.scala-js" %%% "scalajs-dom" % "2.4.0",
"org.scalatest" %%% "scalatest" % scalaTestVersion % Test
)
)
Expand Down

0 comments on commit 1973c07

Please sign in to comment.