11import java .io .PrintWriter
22import scala .io .Source
33
4- name := " testng-7.10 "
4+ name := " testng-7.11 "
55
66organization := " org.scalatestplus"
77
8- version := " 3.2.19 .0"
8+ version := " 3.3.0 .0"
99
1010homepage := Some (url(" https://github.com/scalatest/scalatestplus-testng" ))
1111
@@ -26,15 +26,15 @@ developers := List(
2626 )
2727)
2828
29- scalaVersion := " 2.13.13 "
29+ scalaVersion := " 2.13.16 "
3030
31- crossScalaVersions := List (" 2.11.12" , " 2.12.19 " , " 2.13.13 " , " 3.3.3 " )
31+ crossScalaVersions := List (" 2.11.12" , " 2.12.20 " , " 2.13.16 " , " 3.3.6 " )
3232
3333libraryDependencies ++= Seq (
34- " org.scalatest" %% " scalatest-core" % " 3.2.19 " ,
35- " org.testng" % " testng" % " 7.10.2 " ,
34+ " org.scalatest" %% " scalatest-core" % " 3.3.0-RC1 " ,
35+ " org.testng" % " testng" % " 7.11.0 " ,
3636 " commons-io" % " commons-io" % " 1.3.2" % " test" ,
37- " org.scalatest" %% " scalatest-funsuite" % " 3.2.19 " % " test"
37+ " org.scalatest" %% " scalatest-funsuite" % " 3.3.0-RC1 " % " test"
3838)
3939
4040Compile / packageDoc / publishArtifact := ! scalaBinaryVersion.value.startsWith(" 3" )
@@ -84,10 +84,7 @@ OsgiKeys.additionalHeaders:= Map(
8484 " Bundle-Vendor" -> " Artima, Inc."
8585)
8686
87- publishTo := {
88- val nexus = " https://oss.sonatype.org/"
89- Some (" publish-releases" at nexus + " service/local/staging/deploy/maven2" )
90- }
87+ publishTo := localStaging.value
9188
9289publishMavenStyle := true
9390
0 commit comments