Skip to content

Commit fb7c48d

Browse files
committed
scala 2.13.
1 parent f836d2b commit fb7c48d

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
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
44
- 2.12.8
55
- 2.12.6
66
- 2.11.12

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Scala regex collection
66

77
Scala-regex-collection is a pure scala regex collection
88
## Add the library to your project
9-
`libraryDependencies += "com.github.gekomad" %% "scala-regex-collection" % "0.0.2"`
9+
`libraryDependencies += "com.github.gekomad" %% "scala-regex-collection" % "1.0.0"`
1010

1111
## Using Library
1212

build.sbt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name := "scala-regex-collection"
22

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

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

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

1211
publishTo := sonatypePublishTo.value
1312

0 commit comments

Comments
 (0)