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 0de801c commit c628c0aCopy full SHA for c628c0a
html-InterpolationParser/build.sbt
@@ -1,5 +1,5 @@
1
enablePlugins(Example)
2
3
-libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test
+libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.16" % Test
4
5
libraryDependencies += "net.sourceforge.htmlunit" % "neko-htmlunit" % "2.70.0"
html/build.sbt
@@ -6,7 +6,7 @@ enablePlugins(Example)
6
7
Test / requireJsDomEnv := true
8
9
10
11
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.4.0"
12
0 commit comments