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 bf1b0f7 commit 5c3ac97Copy full SHA for 5c3ac97
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" % "2.3.0")
18
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.11.1")
19
- def scalaTest = "org.scalatest" %% "scalatest" % "3.2.13"
+ def scalaTest = "org.scalatest" %% "scalatest" % "3.2.14"
20
21
}
0 commit comments