diff --git a/.travis.yml b/.travis.yml index a5996721..3dd07616 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ jdk: notifications: email: - - adriaan.moors@typesafe.com + - adriaan.moors@lightbend.com - antoine@gourlay.fr before_cache: diff --git a/LICENSE.md b/LICENSE.md index c9f2ca8a..d536dec9 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,5 +1,5 @@ -Copyright (c) 2002-2013 EPFL -Copyright (c) 2011-2013 Typesafe, Inc. +Copyright (c) 2002-2018 EPFL +Copyright (c) 2011-2018 Lightbend, Inc. All rights reserved. @@ -25,4 +25,4 @@ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README.md b/README.md index 7d063439..027f6bd6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ As of Scala 2.11, this library is a separate jar that can be omitted from Scala To depend on scala-parser-combinators in SBT, add something like this to your build.sbt: ``` -libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.6" +libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.7" ``` (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 Scala-parser-combinators directly supports scala-js 0.6+, starting with v1.0.5: ``` -libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.0.6" +libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.0.7" ``` ## Contributing diff --git a/build.sbt b/build.sbt index a78b6fec..326c1a1e 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val `scala-parser-combinators` = crossProject.in(file(".")). jvmSettings(scalaModuleSettingsJVM). settings( name := "scala-parser-combinators", - version := "1.0.7-SNAPSHOT", + version := "1.0.8-SNAPSHOT", mimaPreviousVersion := Some("1.0.5"), apiMappings += (scalaInstance.value.libraryJar -> diff --git a/project/build.properties b/project/build.properties index c091b86c..133a8f19 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.16 +sbt.version=0.13.17