Skip to content

Commit

Permalink
Merge pull request #294 from blast-hardcheese/remove-2.11
Browse files Browse the repository at this point in the history
Removing 2.11 from cross-build
  • Loading branch information
blast-hardcheese committed May 15, 2019
2 parents 3f0f265 + b9de949 commit 2a7c974
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: scala
scala:
- 2.11.12
- 2.12.3

script:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -8,7 +8,7 @@ licenses in ThisBuild += ("MIT", url("http://opensource.org/licenses/MIT"))
enablePlugins(GitVersioning)
git.useGitDescribe := true

crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.3")
crossScalaVersions in ThisBuild := Seq("2.12.3")

val akkaVersion = "10.0.14"
val catsVersion = "1.4.0"
Expand Down

0 comments on commit 2a7c974

Please sign in to comment.