Skip to content

Commit 4b28d6c

Browse files
authored
Update scalatest to 3.2.2
1 parent 9ecd588 commit 4b28d6c

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
@@ -23,7 +23,7 @@ lazy val V = new {
2323
val scalacheckShapeless: String = "1.2.5"
2424
val scalamacros: String = "2.1.1"
2525
val scalariform: String = "0.2.10"
26-
val scalatest: String = "3.2.1"
26+
val scalatest: String = "3.2.2"
2727
}
2828

2929
lazy val definitions = (project in file("definitions"))

0 commit comments

Comments
 (0)