Skip to content

Commit 9462d36

Browse files
committed
Merge branch '2.13-build'
2 parents 862b607 + 8fbd073 commit 9462d36

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name := "scalatestplus-testng"
1+
name := "testng-6.7"
22

33
organization := "org.scalatestplus"
44

5-
version := "1.0.0-SNAP3"
5+
version := "3.1.0.0-RC3"
66

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

@@ -23,10 +23,10 @@ developers := List(
2323
)
2424
)
2525

26-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.8", "2.13.0-M5")
26+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.0")
2727

2828
libraryDependencies ++= Seq(
29-
"org.scalatest" %% "scalatest" % "3.1.0-SNAP8",
29+
"org.scalatest" %% "scalatest" % "3.1.0-RC3",
3030
"org.testng" % "testng" % "6.7",
3131
"commons-io" % "commons-io" % "1.3.2" % "test"
3232
)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
testSucceededIconChar=-
2+
iconPlusShortName={0} {1}
3+
testNotFound=Test not found: {0}
4+
testNGConfigFailed=TestNG configuration failed

0 commit comments

Comments
 (0)