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 905e935 commit 9eb69fcCopy full SHA for 9eb69fc
project/Deps.scala
@@ -16,6 +16,6 @@ object Deps {
16
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.15" % "1.3.0")
17
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "1.1.0")
18
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.9.4")
19
- def scalaTest = "org.scalatest" %% "scalatest" % "3.2.9"
+ def scalaTest = "org.scalatest" %% "scalatest" % "3.2.13"
20
21
}
0 commit comments