Skip to content

Commit

Permalink
Update scalatest to 3.2.13 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 4, 2022
1 parent e8ab8f2 commit dbf49bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ ThisBuild / scalaVersion := "2.11.12"
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.16", "2.13.8")
//ThisBuild / scalaJSUseRhino := true

lazy val scalatest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.12")
lazy val scalatest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.13")
lazy val specs2 = Def.setting("org.specs2" %%% "specs2-core" % "4.10.6")

val commonSettings = Defaults.coreDefaultSettings ++ Seq(
Expand Down

0 comments on commit dbf49bc

Please sign in to comment.