Skip to content

Commit 64eaf8e

Browse files
authored
Merge pull request #340 from softwaremill/update/scalajs-dom-2.8.0
Update scalajs-dom to 2.8.0
2 parents 5cf8681 + 61b1a2e commit 64eaf8e

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
@@ -62,7 +62,7 @@ val commonJsSettings = commonSettings ++ Seq(
6262
}
6363
},
6464
libraryDependencies ++= Seq(
65-
"org.scala-js" %%% "scalajs-dom" % "2.7.0"
65+
"org.scala-js" %%% "scalajs-dom" % "2.8.0"
6666
)
6767
)
6868

0 commit comments

Comments
 (0)