Skip to content

Commit

Permalink
Merge pull request #239 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 5, 2024
2 parents ec958c8 + b83e3d0 commit abe8c25
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 @@ -123,7 +123,7 @@ inThisBuild(

lazy val sharedSettings = Seq(
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.17" % Test
"org.scalatest" %% "scalatest" % "3.2.19" % Test
),
scalacOptions ++= Seq(
"-feature",
Expand Down

0 comments on commit abe8c25

Please sign in to comment.