Skip to content

Commit 7c241d3

Browse files
authored
Merge pull request #271 from softwaremill/update/scalajs-dom-2.4.0
Update scalajs-dom to 2.4.0
2 parents 5b30d01 + 95aa16f commit 7c241d3

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

0 commit comments

Comments
 (0)