Skip to content

Commit

Permalink
Merge pull request #236 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
Atry authored Dec 28, 2024
2 parents 62e08c0 + d91bde6 commit 7b09f77
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 7b09f77

Please sign in to comment.