Skip to content

Commit

Permalink
Merge pull request #289 from softwaremill/update/scalajs-dom-2.6.0
Browse files Browse the repository at this point in the history
Update scalajs-dom to 2.6.0
  • Loading branch information
mergify[bot] committed May 19, 2023
2 parents 5f7325b + ed93cb2 commit 4e9b670
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 @@ -62,7 +62,7 @@ val commonJsSettings = commonSettings ++ Seq(
}
},
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "2.5.0"
"org.scala-js" %%% "scalajs-dom" % "2.6.0"
)
)

Expand Down

0 comments on commit 4e9b670

Please sign in to comment.