Skip to content

Commit

Permalink
Merge pull request #304 from softwaremill/update/scalajs-dom-2.8.0
Browse files Browse the repository at this point in the history
Update scalajs-dom to 2.8.0
  • Loading branch information
mergify[bot] authored Sep 29, 2023
2 parents 74c3e62 + 373fbfd commit 235deb2
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 @@ -47,7 +47,7 @@ val commonJsSettings = commonSettings ++ Seq(
}
},
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "2.7.0",
"org.scala-js" %%% "scalajs-dom" % "2.8.0",
"org.scalatest" %%% "scalatest" % scalaTestVersion % Test
)
)
Expand Down

0 comments on commit 235deb2

Please sign in to comment.