We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddce161 commit 737770aCopy full SHA for 737770a
build.sbt
@@ -7,7 +7,7 @@ inThisBuild(Seq(
7
8
val commonSettings = Seq(
9
scalaVersion := "2.13.6",
10
- crossScalaVersions := Seq("2.13.6", "2.12.14"),
+ crossScalaVersions := Seq("2.13.6", "2.12.15"),
11
scalacOptions ++= Seq(
12
"-feature",
13
"-deprecation",
@@ -80,9 +80,9 @@ lazy val root = project.in(file("."))
80
deploymentConfiguration,
81
82
libraryDependencies ++= Seq(
83
- "org.scala-js" %%% "scalajs-dom" % "1.2.0",
+ "org.scala-js" %%% "scalajs-dom" % "2.0.0",
84
"org.scalatest" %%% "scalatest" % "3.2.9" % Test,
85
- "com.lihaoyi" %%% "scalatags" % "0.9.4" % Test
+ "com.lihaoyi" %%% "scalatags" % "0.10.0" % Test
86
),
87
88
Compile / npmDependencies += "jquery" -> "3.4.1",
0 commit comments