Skip to content

Commit 8dd5805

Browse files
committed
set scala.js DOM api version to 2.8.1
1 parent a3fb9f9 commit 8dd5805

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
@@ -12,7 +12,7 @@ lazy val root = project
1212

1313
libraryDependencies ++= Seq(
1414
"org.scalameta" %%% "munit" % "1.1.1" % Test,
15-
"org.scala-js" %%% "scalajs-dom" % "2.8.0")
15+
"org.scala-js" %%% "scalajs-dom" % "2.8.1")
1616
)
1717

1818

0 commit comments

Comments
 (0)