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 Nov 7, 2024
1 parent 0ce16f7 commit a5462ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion native/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import scala.util.Properties

name := "slinky-native"

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.18" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.19" % Test

scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) }
Test / scalaJSLinkerConfig ~= { _.withESFeatures(_.withUseECMAScript2015(false)) }
Expand Down
2 changes: 1 addition & 1 deletion scalajsReactInterop/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libraryDependencies ++= {
}
}

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.18" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.19" % Test

Test / jsEnv := new org.scalajs.jsenv.jsdomnodejs.JSDOMNodeJSEnv()

Expand Down
2 changes: 1 addition & 1 deletion tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import _root_.io.github.davidgregory084._
enablePlugins(ScalaJSPlugin)
enablePlugins(JSDependenciesPlugin)

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.18" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.19" % Test
libraryDependencies += ("org.scala-js" %%% "scalajs-fake-insecure-java-securerandom" % "1.0.0")
.cross(CrossVersion.for3Use2_13)

Expand Down
2 changes: 1 addition & 1 deletion vr/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ enablePlugins(ScalaJSPlugin)

name := "slinky-vr"

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.18" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.19" % Test

scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) }

0 comments on commit a5462ed

Please sign in to comment.