Skip to content

Commit 634a93f

Browse files
Update dependency org.scalatest:scalatest to v3.2.16
1 parent 02647f0 commit 634a93f

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

33
object Dependencies {
4-
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.1.2"
4+
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.16"
55
}

0 commit comments

Comments
 (0)