Skip to content

Commit 2fb7b25

Browse files
committed
Update scalajs-dom to 1.2.0
1 parent 5ff1319 commit 2fb7b25

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
@@ -58,7 +58,7 @@ val commonJsSettings = commonSettings ++ Seq(
5858
}
5959
},
6060
libraryDependencies ++= Seq(
61-
("org.scala-js" %%% "scalajs-dom" % "1.1.0").cross(CrossVersion.for3Use2_13)
61+
("org.scala-js" %%% "scalajs-dom" % "1.2.0").cross(CrossVersion.for3Use2_13)
6262
)
6363
)
6464

0 commit comments

Comments
 (0)