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 55698b7 commit 2902c77Copy full SHA for 2902c77
project/Dependencies.scala
@@ -4,5 +4,5 @@ object Library {
4
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.165"
5
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.10.6"
6
val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.10.6"
7
- val scalatest = "org.scalatest" %% "scalatest" % "3.2.17"
+ val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
8
}
0 commit comments