Skip to content

Commit 3eb8638

Browse files
authored
Merge pull request #338 from softwaremill/update/scalajs-dom-2.7.0
Update scalajs-dom to 2.7.0
2 parents d403c29 + 5cd0606 commit 3eb8638

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.6.0"
65+
"org.scala-js" %%% "scalajs-dom" % "2.7.0"
6666
)
6767
)
6868

0 commit comments

Comments
 (0)