From 40fa62abbc7ed788fe774be4fede9b458a6799de Mon Sep 17 00:00:00 2001 From: Chua Chee Seng Date: Fri, 17 Sep 2021 16:01:41 +0800 Subject: [PATCH] Release 3.2.10.0. --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index bd51daf..a358827 100644 --- a/build.sbt +++ b/build.sbt @@ -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")) @@ -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")