Skip to content

Commit dc88d4d

Browse files
authored
Merge pull request #137 from SethTisue/bump-versions
bump various version numbers
2 parents f225fb0 + fff8f8f commit dc88d4d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jdk:
3434

3535
notifications:
3636
email:
37-
- adriaan.moors@typesafe.com
37+
- adriaan.moors@lightbend.com
3838
3939

4040
before_cache:

LICENSE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2002-2013 EPFL
2-
Copyright (c) 2011-2013 Typesafe, Inc.
1+
Copyright (c) 2002-2018 EPFL
2+
Copyright (c) 2011-2018 Lightbend, Inc.
33

44
All rights reserved.
55

@@ -25,4 +25,4 @@ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2525
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2626
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2727
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ As of Scala 2.11, this library is a separate jar that can be omitted from Scala
1818
To depend on scala-parser-combinators in SBT, add something like this to your build.sbt:
1919

2020
```
21-
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.6"
21+
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.7"
2222
```
2323

2424
(Assuming you're using a `scalaVersion` for which a scala-parser-combinators is published. The first 2.11 milestone for which this is true is 2.11.0-M4.)
@@ -60,7 +60,7 @@ For a detailed unpacking of this example see
6060
Scala-parser-combinators directly supports scala-js 0.6+, starting with v1.0.5:
6161

6262
```
63-
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.0.6"
63+
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.0.7"
6464
```
6565

6666
## Contributing

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy val `scala-parser-combinators` = crossProject.in(file(".")).
2222
jvmSettings(scalaModuleSettingsJVM).
2323
settings(
2424
name := "scala-parser-combinators",
25-
version := "1.0.7-SNAPSHOT",
25+
version := "1.0.8-SNAPSHOT",
2626
mimaPreviousVersion := Some("1.0.5"),
2727

2828
apiMappings += (scalaInstance.value.libraryJar ->

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.16
1+
sbt.version=0.13.17

0 commit comments

Comments
 (0)