Skip to content

Commit 90ac32d

Browse files
scalatest 3.2.0 (was 3.1.2) (#159)
1 parent d01f86c commit 90ac32d

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
@@ -3,6 +3,6 @@ import sbt._
33
object Library {
44
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.78"
55
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.8.0"
6-
val scalatest = "org.scalatest" %% "scalatest" % "3.1.2"
6+
val scalatest = "org.scalatest" %% "scalatest" % "3.2.0"
77
val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.8.0"
88
}

0 commit comments

Comments
 (0)