Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jun 8, 2019
1 parent 87e68c6 commit 83bd770
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ stages:
if: ((branch = master AND type = push) OR (tag IS present)) AND NOT fork
jobs:
include:
- scala: 2.10.7
- scala: 2.11.12
- scala: 2.12.8
- scala: 2.13.0-RC1
- scala: 2.13.0
- stage: release
script: sbt ci-release
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ inThisBuild(List(

val baseSettings = Seq(
name := "fansi",

scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0")
)
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Scaladoc
Changelog
---------

### 0.2.6
### 0.2.7

- Support for Scala 2.13.0 final

Expand Down

0 comments on commit 83bd770

Please sign in to comment.