Skip to content

Commit bc48630

Browse files
authored
support Scala 3.0.0-RC1 (drop 3.0.0-M2) (#159)
1 parent 1f8a9c0 commit bc48630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ language: scala
66

77
scala:
88
- 2.13.4
9-
- 3.0.0-M2
109
- 3.0.0-M3
10+
- 3.0.0-RC1
1111

1212
env:
1313
- ADOPTOPENJDK=8

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy val junit = project.in(file("junit"))
3434
lazy val scalacheck = project.in(file("scalacheck"))
3535
.settings(commonSettings)
3636
.settings(
37-
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.2",
37+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.3",
3838
Test / fork := true,
3939
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
4040
publish / skip := true

0 commit comments

Comments
 (0)