Skip to content

Commit bbe6673

Browse files
scalatest 3.2.13 (was 3.2.10) (#230)
1 parent 8ad4a17 commit bbe6673

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.141"
55
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.9.2"
6-
val scalatest = "org.scalatest" %% "scalatest" % "3.2.10"
6+
val scalatest = "org.scalatest" %% "scalatest" % "3.2.13"
77
val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.9.2"
88
}

0 commit comments

Comments
 (0)