Skip to content

Commit 8cc1e9b

Browse files
scalatest 3.1.2 (was 3.1.1) (#153)
1 parent 3856003 commit 8cc1e9b

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

0 commit comments

Comments
 (0)