Skip to content

Commit

Permalink
Update scalatest to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 25, 2024
1 parent a46b90e commit d91bde6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ libraryDependencies += "org.scalameta" %% "scalameta" % "4.7.3"

libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided

libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.15" % Provided // For Scaladoc links
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Provided // For Scaladoc links

scalacOptions ++= Seq("-Ypatmat-exhaust-depth", "off")

Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-example/failed-example/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
enablePlugins(Example)

libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.15" % Provided
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Provided
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-example/scala3-keyword-then/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ enablePlugins(Example)

enablePlugins(ScalaJSPlugin)

libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.15" % Provided
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Provided

import scala.meta._
exampleSuperTypes += init"_root_.org.scalatest.Inside"
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-example/simple/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enablePlugins(Example)

libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.15" % Provided
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Provided

import scala.meta._
exampleSuperTypes += init"_root_.org.scalatest.Inside"

0 comments on commit d91bde6

Please sign in to comment.