Skip to content

Commit

Permalink
Update scalatest to 3.0.6 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and Avasil committed Feb 28, 2019
1 parent 48d9da7 commit 810dac6
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 @@ -191,7 +191,7 @@ lazy val commonDependencies = Seq(
"org.slf4j" % "log4j-over-slf4j" % "1.7.25",
// For testing ...
"ch.qos.logback" % "logback-classic" % "1.2.3" % "test",
"org.scalatest" %% "scalatest" % "3.0.5" % "test"
"org.scalatest" %% "scalatest" % "3.0.6" % "test"
)
)

Expand Down

0 comments on commit 810dac6

Please sign in to comment.