Skip to content

Commit

Permalink
Revert "Bump ScalaTest to 3.1.4 to avoid sbt/zinc issue?"
Browse files Browse the repository at this point in the history
This reverts commit 57d3681.
  • Loading branch information
dwijnand committed Jan 4, 2021
1 parent 57d3681 commit e4ecb9f
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 @@ -138,7 +138,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform)
.settings(
commonSettings ++ playJsonMimaSettings ++ Seq(
libraryDependencies ++= jsonDependencies(scalaVersion.value) ++ Seq(
"org.scalatest" %%% "scalatest" % "3.1.4" % Test,
"org.scalatest" %%% "scalatest" % "3.1.2" % Test,
"org.scalatestplus" %%% "scalacheck-1-14" % "3.1.2.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.14.3" % Test,
"com.chuusai" %% "shapeless" % "2.3.3" % Test,
Expand Down

0 comments on commit e4ecb9f

Please sign in to comment.