From 14523b5d0644cd597599b21215b486303db017cc Mon Sep 17 00:00:00 2001 From: Eric Peters Date: Wed, 13 May 2020 16:23:30 -0700 Subject: [PATCH] Fix broken travis and version bump scala --- .travis.yml | 5 +++-- build.sbt | 4 ++-- project/build.properties | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a18828..7f827e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: scala +dist: trusty scala: - - 2.11.8 - - 2.12.7 + - 2.11.12 + - 2.12.11 jdk: - oraclejdk8 - openjdk11 diff --git a/build.sbt b/build.sbt index 9ccc56e..e8e4b86 100644 --- a/build.sbt +++ b/build.sbt @@ -4,9 +4,9 @@ name := "fm-lazyseq" description := "LazySeq" -scalaVersion := "2.12.8" +scalaVersion := "2.12.11" -crossScalaVersions := Seq("2.11.11", "2.12.8") +crossScalaVersions := Seq("2.11.12", "2.12.11") scalacOptions := Seq( "-unchecked", diff --git a/project/build.properties b/project/build.properties index 0cd8b07..797e7cc 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.3 +sbt.version=1.3.10