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

Published maven pom depends on two versions of parser-combinators #94

Open
adamretter opened this issue Apr 23, 2014 · 2 comments
Open

Comments

@adamretter
Copy link

The POM file for scala-io-file_2.11 0.4.3 published to Maven central contains two dependencies on scala-parser-combinators, version 1.0.0 and 1.0.1. The main problem apart from the conflict is that 1.0.0 is not available in Maven Central.

<dependency>
  <groupId>org.scala-lang.modules</groupId>
  <artifactId>scala-parser-combinators_2.11</artifactId>
  <version>1.0.1</version>
</dependency>
<dependency>
  <groupId>org.scala-lang.modules</groupId>
  <artifactId>scala-parser-combinators_2.11</artifactId>
  <version>1.0.0</version>
</dependency>

See: http://search.maven.org/remotecontent?filepath=com/github/scala-incubator/io/scala-io-file_2.11/0.4.3/scala-io-file_2.11-0.4.3.pom

@mikem
Copy link

mikem commented Jul 25, 2016

This has been fixed in scala-io-file_2.11-0.4.3-1. Updating my dependency to "com.github.scala-incubator.io" %% "scala-io-file" % "0.4.3-1" fixed the issue.

@raboof
Copy link

raboof commented Jan 27, 2017

Can we update the documentation to recommend depending on 0.4.3-1?

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

No branches or pull requests

3 participants