Skip to content

Commit

Permalink
Update scalatest to 3.2.18 (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] committed Feb 19, 2024
1 parent 0da8b6c commit ec575d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Expand Up @@ -5,7 +5,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
object Deps {
import Def.{setting => dep}

val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.17")
val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.18")
val scalajs = new {
val dom = dep("org.scala-js" %%% "scalajs-dom" % "2.8.0")
}
Expand Down

0 comments on commit ec575d8

Please sign in to comment.