Skip to content

Commit 22369cc

Browse files
committed
Update scalatest to 3.2.12
1 parent fe374ce commit 22369cc

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
@@ -38,7 +38,7 @@ lazy val coreSettings = Seq(
3838
"eu.timepit" %%% "singleton-ops" % "0.5.2",
3939
"org.typelevel" %%% "spire" % "0.17.0",
4040
"org.typelevel" %%% "spire-laws" % "0.17.0" % "test",
41-
"org.scalatest" %%% "scalatest" % "3.2.2" % "test"
41+
"org.scalatest" %%% "scalatest" % "3.2.12" % "test"
4242
),
4343
doctestTestFramework := DoctestTestFramework.ScalaTest,
4444
mimaPreviousArtifacts := previousStableVersion.value

0 commit comments

Comments
 (0)