Skip to content

Commit

Permalink
Bump scalatest to 3.1.0 (close #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Dec 15, 2021
1 parent 1f1f95e commit 896adfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ val scioVersion = "0.11.1"
val beamVersion = "2.34.0"
val scalaMacrosVersion = "2.1.1"
val slf4jVersion = "1.7.29"
val scalatestVersion = "3.1.0"
val scalatestPlusVersion = s"$scalatestVersion.0"
val scalatestVersion = "3.2.10"
val scalatestPlusVersion = "3.1.2.0"
val circe = "0.14.1"
val igluCore = "1.0.1"

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.AnyFreeSpec
import org.scalatest.Matchers._
import org.scalatest.matchers.should.Matchers._
import org.scalatestplus.mockito.MockitoSugar

class WindowedFilenamePolicySpec extends AnyFreeSpec with MockitoSugar {
Expand Down

0 comments on commit 896adfd

Please sign in to comment.