Skip to content

Commit 737770a

Browse files
committed
Update scalajs-dom, scalatags
1 parent ddce161 commit 737770a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inThisBuild(Seq(
77

88
val commonSettings = Seq(
99
scalaVersion := "2.13.6",
10-
crossScalaVersions := Seq("2.13.6", "2.12.14"),
10+
crossScalaVersions := Seq("2.13.6", "2.12.15"),
1111
scalacOptions ++= Seq(
1212
"-feature",
1313
"-deprecation",
@@ -80,9 +80,9 @@ lazy val root = project.in(file("."))
8080
deploymentConfiguration,
8181

8282
libraryDependencies ++= Seq(
83-
"org.scala-js" %%% "scalajs-dom" % "1.2.0",
83+
"org.scala-js" %%% "scalajs-dom" % "2.0.0",
8484
"org.scalatest" %%% "scalatest" % "3.2.9" % Test,
85-
"com.lihaoyi" %%% "scalatags" % "0.9.4" % Test
85+
"com.lihaoyi" %%% "scalatags" % "0.10.0" % Test
8686
),
8787

8888
Compile / npmDependencies += "jquery" -> "3.4.1",

0 commit comments

Comments
 (0)