Skip to content

Commit

Permalink
Bump scalatest to 3.0.8 (closes #22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Limanowski committed Nov 25, 2019
1 parent 551596c commit c560586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val scioVersion = "0.7.4"
val beamVersion = "2.11.0"
val scalaMacrosVersion = "2.1.1"
val slf4jVersion = "1.7.25"
val scalatestVersion = "3.0.5"
val scalatestVersion = "3.0.8"
val mockitoVersion = "2.23.0"

lazy val compilerOptions = Seq(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import org.joda.time.DateTime
import org.mockito.Mockito.when
import org.scalatest.FreeSpec
import org.scalatest.Matchers._
import org.scalatest.mockito.MockitoSugar
import org.scalatestplus.mockito.MockitoSugar

class WindowedFilenamePolicySpec extends FreeSpec with MockitoSugar {
object TestOutputFileHints extends OutputFileHints {
Expand Down

0 comments on commit c560586

Please sign in to comment.