Skip to content

Commit 1abc9cf

Browse files
committed
Update scalatest to 3.2.19
1 parent c91c128 commit 1abc9cf

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
@@ -2,7 +2,7 @@ import sbt._
22

33
object Dependencies {
44

5-
val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
5+
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
66
val `slf4j-api` = "org.slf4j" % "slf4j-api" % "2.0.5"
77

88
object Logback {

0 commit comments

Comments
 (0)