Skip to content

Commit 8574d57

Browse files
committed
Update scalatest to 3.2.19
1 parent ba55c06 commit 8574d57

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
@@ -5,7 +5,7 @@ ThisBuild / organization := "com.michaelpollmeier"
55
ThisBuild / scalaVersion := "3.4.2"
66

77
lazy val ScalaCollectionCompatVersion = "2.11.0"
8-
lazy val ScalaTestVersion = "3.2.18"
8+
lazy val ScalaTestVersion = "3.2.19"
99

1010
lazy val shadedLibs = project.in(file("shaded-libs"))
1111
.settings(

0 commit comments

Comments
 (0)