Skip to content

Commit

Permalink
Changed to use scalatest 3.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Feb 20, 2020
1 parent 3884056 commit 8a59b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "testng-6.7"

organization := "org.scalatestplus"

version := "3.1.0.1"
version := "3.1.1.0"

homepage := Some(url("https://github.com/scalatest/scalatestplus-testng"))

Expand All @@ -26,7 +26,7 @@ developers := List(
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.1")

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.1.0",
"org.scalatest" %% "scalatest" % "3.1.1",
"org.testng" % "testng" % "6.7",
"commons-io" % "commons-io" % "1.3.2" % "test"
)
Expand Down

0 comments on commit 8a59b17

Please sign in to comment.