Skip to content

Commit

Permalink
v1.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Cannella committed May 30, 2019
1 parent f836d2b commit e04c85b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.13.0-M5
- 2.13.0-RC2
- 2.12.8
- 2.12.6
- 2.11.12
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name := "scala-regex-collection"

version := "0.1.0-M1"
version := "1.0.0-RC1"

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


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

publishTo := sonatypePublishTo.value

0 comments on commit e04c85b

Please sign in to comment.