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 ae64ab6 commit cc28c9dCopy full SHA for cc28c9d
project/Deps.scala
@@ -16,7 +16,7 @@ object Deps {
16
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")
17
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "1.1.0")
18
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.9.3")
19
- def scalaTest = "org.scalatest" %% "scalatest" % "3.2.6"
+ def scalaTest = "org.scalatest" %% "scalatest" % "3.2.9"
20
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
21
22
}
0 commit comments