Skip to content

Commit

Permalink
Update scalatest to 3.2.18 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored May 28, 2024
1 parent 3f1b186 commit 4138c3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ lazy val example = project
"-Xplugin-require:semanticdb"
),
libraryDependencies ++= List(
"org.scalatest" %% "scalatest" % "3.2.7" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test
),
Expand Down Expand Up @@ -246,7 +246,7 @@ lazy val js = project
webpackConfigFile := Some(baseDirectory.value / "webpack.config.js"),
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "0.9.8",
"org.scalatest" %%% "scalatest" % "3.2.7" % Test
"org.scalatest" %%% "scalatest" % "3.2.18" % Test
),
(Compile / npmDevDependencies) ++= Seq(
"clean-webpack-plugin" -> "3.0.0",
Expand Down Expand Up @@ -356,7 +356,7 @@ lazy val tests = project
libraryDependencies ++= List(
"org.scalameta" %% "testkit" % Version.scalameta,
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
"org.scalatest" %% "scalatest" % "3.2.7",
"org.scalatest" %% "scalatest" % "3.2.18",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.21.0" % IntegrationTest,
"org.slf4j" % "slf4j-simple" % "2.0.9"
Expand Down

0 comments on commit 4138c3f

Please sign in to comment.