Skip to content

Commit e04c85b

Browse files
author
Giuseppe Cannella
committed
v1.0.0-RC1
1 parent f836d2b commit e04c85b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: scala
22
scala:
3-
- 2.13.0-M5
3+
- 2.13.0-RC2
44
- 2.12.8
55
- 2.12.6
66
- 2.11.12

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name := "scala-regex-collection"
22

3-
version := "0.1.0-M1"
3+
version := "1.0.0-RC1"
44

55
scalaVersion := "2.13.0-M5"
66
organization := "com.github.gekomad"
7-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.6-SNAP6" % Test
7+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.0-SNAP11" % Test
88

99

10-
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6", "2.12.8","2.13.0-M5")
10+
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6", "2.12.8","2.13.0-RC2")
1111

1212
publishTo := sonatypePublishTo.value
1313

0 commit comments

Comments
 (0)