Skip to content

Commit bf6314e

Browse files
committed
Merge branch 'feature-scala-2.13.0-support'
2 parents 1dbec88 + 05880c8 commit bf6314e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-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-junit"
1+
name := "junit-4.12"
22

33
organization := "org.scalatestplus"
44

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

77
homepage := Some(url("https://github.com/scalatest/scalatestplus-junit"))
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
"junit" % "junit" % "4.12"
3131
)
3232

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
testNotFound=Test not found: {0}
2+
testSucceededIconChar=-
3+
iconPlusShortName={0} {1}
4+
jUnitTestFailed=A JUnit test failed
5+
runAborted=*** RUN ABORTED ***

0 commit comments

Comments
 (0)