Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tut should not be a dependency of the released artifact #17

Closed
granthenke opened this issue Jun 12, 2015 · 4 comments
Closed

Tut should not be a dependency of the released artifact #17

granthenke opened this issue Jun 12, 2015 · 4 comments
Labels

Comments

@granthenke
Copy link

https://repo1.maven.org/maven2/eu/timepit/refined_2.11/0.0.3/refined_2.11-0.0.3.pom

...
<dependency>
<groupId>org.tpolecat</groupId>
<artifactId>tut-core_2.11</artifactId>
<version>0.3.2</version>
</dependency>
...

This may be related to tpolecat/tut#36:

@fthomas
Copy link
Owner

fthomas commented Jun 12, 2015

Good catch! I see what I can do about it.

@fthomas fthomas added the bug label Jun 12, 2015
@fthomas
Copy link
Owner

fthomas commented Jun 13, 2015

This is a known problem: https://gitter.im/tpolecat/tut?at=557b43a8873bcf056fb4e9cb
To use refined right now, you need to add this resolver to your build:

resolvers += "tpolecat" at "http://dl.bintray.com/tpolecat/maven"

I'll also change the refined build to a multi-project build (which is also required to support Scala.js) to fix this issue, but since I'm going on vacation tomorrow this will take some time.

@granthenke
Copy link
Author

Thanks for looking into it. No hurry on my part, I just wanted to report it for future releases. I am using Gradle for my build and globally excluded tut as a transitive dependency:

configurations {
    compile.exclude module: "tut-core_2.11"
}

@fthomas
Copy link
Owner

fthomas commented Jun 20, 2015

@granthenke refined 0.1.0 has been released and it does depend on tut-core anymore. Thanks again for reporting this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants