Skip to content

Commit c29b247

Browse files
committed
Update scalajs-dom to 2.1.0
1 parent d8452fa commit c29b247

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
@@ -60,7 +60,7 @@ val commonJsSettings = commonSettings ++ Seq(
6060
}
6161
},
6262
libraryDependencies ++= Seq(
63-
"org.scala-js" %%% "scalajs-dom" % "2.0.0"
63+
"org.scala-js" %%% "scalajs-dom" % "2.1.0"
6464
)
6565
)
6666

0 commit comments

Comments
 (0)