Skip to content

Commit 370eb4b

Browse files
authored
Merge pull request #139 from scala-steward/update/scalajs-dom-2.1.0
Update scalajs-dom to 2.1.0
2 parents d8452fa + c29b247 commit 370eb4b

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)