Skip to content

Commit 75c6f7d

Browse files
authored
Merge pull request #79 from scala-steward/update/scalajs-dom-1.2.0
Update scalajs-dom to 1.2.0
2 parents 5ff1319 + 2fb7b25 commit 75c6f7d

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)