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 a86a75f commit 8c48649Copy full SHA for 8c48649
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.4.0")
18
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.12.0")
19
- def scalaTest = "org.scalatest" %% "scalatest" % "3.2.14"
+ def scalaTest = "org.scalatest" %% "scalatest" % "3.2.15"
20
21
}
0 commit comments