Skip to content

Commit

Permalink
Remove 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Jul 3, 2019
1 parent 7a36c30 commit b5ee260
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: required
dist: trusty

scala:
- 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 @@ -3,7 +3,7 @@
[![Build status](https://img.shields.io/travis/circe/circe-jackson/master.svg)](https://travis-ci.org/circe/circe-jackson)
[![Coverage status](https://img.shields.io/codecov/c/github/circe/circe-jackson/master.svg)](https://codecov.io/github/circe/circe-jackson)
[![Gitter](https://img.shields.io/badge/gitter-join%20chat-green.svg)](https://gitter.im/circe/circe)
[![Maven Central](https://img.shields.io/maven-central/v/io.circe/circe-jackson28_2.11.svg)](https://maven-badges.herokuapp.com/maven-central/io.circe/circe-jackson28_2.11)
[![Maven Central](https://img.shields.io/maven-central/v/io.circe/circe-jackson28_2.13.svg)](https://maven-badges.herokuapp.com/maven-central/io.circe/circe-jackson28_2.13)

This project provides support for using [Jackson][jackson] for JSON parsing and printing with
[circe][circe], a Scala library for encoding and decoding JSON to Scala types.
Expand Down

0 comments on commit b5ee260

Please sign in to comment.