Skip to content

Commit

Permalink
Merge pull request #246 from scala-steward/update/scalatest-3.2.19
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.19
  • Loading branch information
NthPortal authored Sep 24, 2024
2 parents c7e30b8 + b166bc6 commit 53989b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ val sharedSettings = Seq(
mimaPreviousArtifacts := Set().map(organization.value %% name.value % _),
mimaFailOnNoPrevious := true,
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
),
scalacOptions ++= Seq(
"-Xlint",
Expand Down

0 comments on commit 53989b4

Please sign in to comment.