diff --git a/.travis.yml b/.travis.yml index dd101a2..4eb8d9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: clojure -lein: 2.7.1 +lein: 2.9.1 cache: directories: - $HOME/.m2 diff --git a/README.md b/README.md index 46005ec..70b08a0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Specter [![Build Status](https://secure.travis-ci.org/nathanmarz/specter.png?branch=master)](http://travis-ci.org/nathanmarz/specter) +# Specter [![Build Status](https://secure.travis-ci.org/redplanetlabs/specter.png?branch=master)](http://travis-ci.org/redplanetlabs/specter) Specter rejects Clojure's restrictive approach to immutable data structure manipulation, instead exposing an elegant API to allow any sort of manipulation imaginable. Specter especially excels at querying and transforming nested and recursive data, important use cases that are very complex to handle with vanilla Clojure. @@ -324,4 +324,4 @@ Specter supports ClojureScript! However, some of the differences between Clojure # License -Copyright 2015-2018 Red Planet Labs, Inc. Specter is licensed under Apache License v2.0. +Copyright 2015-2019 Red Planet Labs, Inc. Specter is licensed under Apache License v2.0.