Skip to content

Commit

Permalink
Release for 3.1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed May 11, 2020
1 parent 8a59b17 commit bc903f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1.0"
version := "3.1.2.0"

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

Expand All @@ -23,10 +23,10 @@ developers := List(
)
)

crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.1")
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.11", "2.13.2")

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

0 comments on commit bc903f3

Please sign in to comment.