Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Support multiple versions of Scalaz Stream at the same time #29

Merged
merged 5 commits into from
Apr 27, 2016

Conversation

timperrett
Copy link
Contributor

No description provided.

def customSettings = Seq(
// "0.8.1a" "0.7.3a"
scalazStreamVersion := {
if(sys.env.get("TRAVIS").nonEmpty){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't just check if SCALAZ_STREAM_VERSION is present? maybe it's useful for development.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because for development you can just do: set scalazStreamVersion := "0.8.1a" or whatever

+ use the idiomatic scalaz ‘a’ suffix for 7.1 scalaz
@timperrett timperrett merged commit 90273c8 into Verizon:master Apr 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants