Skip to content

Commit 13c8508

Browse files
authored
Merge pull request #211 from softwaremill/update/scalajs-dom-2.3.0
Update scalajs-dom to 2.3.0
2 parents 767fc54 + 32a5c2c commit 13c8508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ val commonJsSettings = commonSettings ++ Seq(
6161
}
6262
},
6363
libraryDependencies ++= Seq(
64-
"org.scala-js" %%% "scalajs-dom" % "2.2.0"
64+
"org.scala-js" %%% "scalajs-dom" % "2.3.0"
6565
)
6666
)
6767

0 commit comments

Comments
 (0)