Skip to content

Commit

Permalink
Update scalatest to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent 6a4f531 commit 9ae7e8f
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 9ae7e8f

Please sign in to comment.