Skip to content

Commit

Permalink
Update scalatest to 3.2.0 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 19, 2020
1 parent 2217a04 commit 5007f79
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 @@ -19,7 +19,7 @@ enablePlugins(ScriptedPlugin)
libraryDependencies += "net.bzzt" % "reproducible-builds-jvm-stripper" % "0.9"
libraryDependencies += "io.spray" %% "spray-json" % "1.3.5"

libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.2" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.0" % "test"

// Optional integration:
addSbtPlugin("com.typesafe.sbt" %% "sbt-native-packager" % "1.7.3" % Provided)
Expand Down

0 comments on commit 5007f79

Please sign in to comment.