Skip to content

Commit

Permalink
scalatest 3.2.7 (was 3.2.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 6, 2021
1 parent b82b64d commit 3d3a4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform)
commonSettings ++ playJsonMimaSettings ++ Def.settings(
libraryDependencies ++= (if (isDotty.value) Nil else scalaReflect(scalaVersion.value)),
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.6" % Test,
"org.scalatest" %%% "scalatest" % "3.2.7" % Test,
"org.scalatestplus" %%% "scalacheck-1-15" % "3.2.6.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.15.3" % Test,
"com.chuusai" %% "shapeless" % "2.3.3" % Test,
Expand Down

0 comments on commit 3d3a4c1

Please sign in to comment.