Skip to content

Commit

Permalink
Merge pull request #406 from scala-steward/update/scalatest-3.2.14
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.14
  • Loading branch information
mkurz authored Oct 15, 2022
2 parents 249ac43 + be134d8 commit 52f8716
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.34",
"org.scalaz" %% "scalaz-effect" % "7.2.34",
"org.scalatest" %% "scalatest" % "3.2.3" % "test"
"org.scalatest" %% "scalatest" % "3.2.14" % "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 52f8716

Please sign in to comment.