Skip to content

Commit

Permalink
Merge pull request #426 from scala-steward/update/scalatest-3.2.18
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.18
  • Loading branch information
mkurz committed Feb 21, 2024
2 parents 6a4f531 + 9ae7e8f commit 3930cf4
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 @@ -18,7 +18,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"org.scalaz" %% "scalaz-core" % "7.2.35",
"org.scalaz" %% "scalaz-effect" % "7.2.35",
"org.scalatest" %% "scalatest" % "3.2.17" % "test"
"org.scalatest" %% "scalatest" % "3.2.18" % "test"
),
homepage := Some(url("https://github.com/sbt/sbt-eclipse")),
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")),
Expand Down

0 comments on commit 3930cf4

Please sign in to comment.