Skip to content

Commit

Permalink
Upgrade to circe 0.12.3; Drop scala 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Daenyth authored and travisbrown committed Nov 11, 2019
1 parent c517437 commit 10f6c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ dist: xenial
language: scala

scala:
- 2.11.12
- 2.12.8
- 2.12.10
- 2.13.0

jdk:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val compilerOptions = Seq(
)

val Versions = new {
val circe = "0.12.0-M3"
val circe = "0.12.3"
val discipline = "1.0.1"
val scalaCheck = "1.14.2"
val scalaTest = "3.1.0-RC3"
Expand Down

0 comments on commit 10f6c7c

Please sign in to comment.