Skip to content

Commit bc903f3

Browse files
committed
Release for 3.1.2.0.
1 parent 8a59b17 commit bc903f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "testng-6.7"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.1.1.0"
5+
version := "3.1.2.0"
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.10", "2.13.1")
26+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.11", "2.13.2")
2727

2828
libraryDependencies ++= Seq(
29-
"org.scalatest" %% "scalatest" % "3.1.1",
29+
"org.scalatest" %% "scalatest" % "3.1.2",
3030
"org.testng" % "testng" % "6.7",
3131
"commons-io" % "commons-io" % "1.3.2" % "test"
3232
)

0 commit comments

Comments
 (0)