Skip to content

Commit ddb3ef8

Browse files
committed
Updated release version to 3.3.0.0-RC1.
1 parent e986672 commit ddb3ef8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ If ScalaTest has saved you time, helped you ship better software, or become a ke
1414

1515
**Usage**
1616

17-
To use it for ScalaTest 3.3.0 and ScalaCheck 1.18.x:
17+
To use it for ScalaTest 3.3.0-RC1 and ScalaCheck 1.18.x:
1818

1919
SBT:
2020

2121
```
22-
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-18" % "3.3.0.0" % "test"
22+
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-18" % "3.3.0.0-RC1" % "test"
2323
```
2424

2525
Maven:
@@ -28,7 +28,7 @@ Maven:
2828
<dependency>
2929
<groupId>org.scalatestplus</groupId>
3030
<artifactId>scalacheck-1-18_3</artifactId>
31-
<version>3.3.0.0</version>
31+
<version>3.3.0.0-RC1</version>
3232
<scope>test</scope>
3333
</dependency>
3434
```

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import scala.xml.transform.{RewriteRule, RuleTransformer}
44
import java.io.PrintWriter
55
import scala.io.Source
66

7-
ThisBuild / organization := "org.scalatestplus.scalacheck" // For sbt sonaUpload
7+
ThisBuild / organization := "org.scalatestplus"
88

9-
ThisBuild / version := "3.3.0.0"
9+
ThisBuild / version := "3.3.0.0-RC1"
1010

1111
val defaultScalaVersion = "2.13.16"
1212

@@ -46,7 +46,6 @@ def docTask(docDir: File, resDir: File, projectName: String): File = {
4646
}
4747

4848
val sharedSettings = Seq(
49-
organization := "org.scalatestplus",
5049
name := "scalacheck-1.18",
5150
homepage := Some(url("https://github.com/scalatest/scalatestplus-scalacheck")),
5251
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),

0 commit comments

Comments
 (0)