Skip to content

Commit

Permalink
Avoid ScalaTest 3.1.0 deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown authored and LukaJCB committed Jan 12, 2020
1 parent 5c72ffc commit 0c8ca51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package alleycats
package tests

import org.scalactic.anyvals.{PosInt, PosZDouble, PosZInt}
import org.scalatest.Matchers
import org.scalatest.matchers.should.Matchers
import org.scalatest.prop.Configuration

trait TestSettings extends Configuration with Matchers {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package alleycats
package tests

import org.scalactic.anyvals.{PosInt, PosZDouble, PosZInt}
import org.scalatest.Matchers
import org.scalatest.matchers.should.Matchers
import org.scalatest.prop.Configuration

trait TestSettings extends Configuration with Matchers {
Expand Down

0 comments on commit 0c8ca51

Please sign in to comment.