Skip to content

Commit ed40217

Browse files
committed
Bumped up scalatest version to 3.1.0-SNAP10, and release version to 1.0.0-SNAP6.
1 parent 0fc9cee commit ed40217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

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

33
organization := "org.scalatestplus"
44

5-
version := "1.0.0-SNAP5"
5+
version := "1.0.0-SNAP6"
66

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

@@ -26,7 +26,7 @@ developers := List(
2626
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.8", "2.13.0-RC1")
2727

2828
libraryDependencies ++= Seq(
29-
"org.scalatest" %% "scalatest" % "3.1.0-SNAP9",
29+
"org.scalatest" %% "scalatest" % "3.1.0-SNAP10",
3030
"junit" % "junit" % "4.12"
3131
)
3232

0 commit comments

Comments
 (0)