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 2938594 commit 720332eCopy full SHA for 720332e
project/Dependencies.scala
@@ -4,5 +4,5 @@ object Library {
4
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.65"
5
val jtidy = "net.sf.jtidy" % "jtidy" % "r938"
6
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.6.9"
7
- val scalatest = "org.scalatest" %% "scalatest" % "3.1.0"
+ val scalatest = "org.scalatest" %% "scalatest" % "3.1.1"
8
}
0 commit comments