Skip to content

Commit

Permalink
Release 3.2.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Sep 17, 2021
1 parent cc859d7 commit 40fa62a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "testng-6.7"

organization := "org.scalatestplus"

version := "3.2.9.1"
version := "3.2.10.0"

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

Expand All @@ -28,13 +28,13 @@ developers := List(

scalaVersion := "2.13.6"

crossScalaVersions := List("2.10.7", "2.11.12", "2.12.14", "2.13.6", "3.0.2")
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.15", "2.13.6", "3.0.2")

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-core" % "3.2.9",
"org.scalatest" %% "scalatest-core" % "3.2.10",
"org.testng" % "testng" % "6.7",
"commons-io" % "commons-io" % "1.3.2" % "test",
"org.scalatest" %% "scalatest-funsuite" % "3.2.9" % "test"
"org.scalatest" %% "scalatest-funsuite" % "3.2.10" % "test"
)

Compile / packageDoc / publishArtifact := !scalaBinaryVersion.value.startsWith("3")
Expand Down

0 comments on commit 40fa62a

Please sign in to comment.