Skip to content

Commit

Permalink
Update scalatest to 3.2.17 (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 24, 2024
1 parent d2cd0c3 commit b12bd9d
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.9" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.17" % 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.9" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.17" % 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.9" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.17" % 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.9" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.17" % Test

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

0 comments on commit b12bd9d

Please sign in to comment.