Skip to content

Commit 967060f

Browse files
authored
Update scalatest from 3.2.10 to 3.2.11 (#57)
1 parent 5c7c71a commit 967060f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lazy val root = (project in file("."))
2121

2222
lazy val dependencies = Seq(
2323
"ch.qos.logback" % "logback-classic" % "1.2.10",
24-
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
24+
"org.scalatest" %% "scalatest" % "3.2.11" % Test,
2525
)
2626

2727
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)