Skip to content

Commit 720332e

Browse files
Update scalatest to 3.1.1 (#125)
1 parent 2938594 commit 720332e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ object Library {
44
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.65"
55
val jtidy = "net.sf.jtidy" % "jtidy" % "r938"
66
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.6.9"
7-
val scalatest = "org.scalatest" %% "scalatest" % "3.1.0"
7+
val scalatest = "org.scalatest" %% "scalatest" % "3.1.1"
88
}

0 commit comments

Comments
 (0)