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 d01f86c commit 90ac32dCopy full SHA for 90ac32d
project/Dependencies.scala
@@ -3,6 +3,6 @@ import sbt._
3
object Library {
4
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.78"
5
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.8.0"
6
- val scalatest = "org.scalatest" %% "scalatest" % "3.1.2"
+ val scalatest = "org.scalatest" %% "scalatest" % "3.2.0"
7
val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.8.0"
8
}
0 commit comments