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

Bump to util 1.0.0-M22 and 1.0.0-X10 #293

Merged
merged 1 commit into from
Apr 18, 2017
Merged

Conversation

eed3si9n
Copy link
Member

Bumping to the latest librarymanagement.

Copy link
Member

@jvican jvican left a comment

Choose a reason for hiding this comment

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

LGTM.

@@ -43,7 +43,7 @@ object Dependencies {
def addSbtModule(p: Project, path: Option[String], projectName: String, m: ModuleID, c: Option[Configuration] = None) =
path match {
case Some(f) => p dependsOn c.fold[ClasspathDependency](ProjectRef(file(f), projectName))(ProjectRef(file(f), projectName) % _)
case None => p settings (libraryDependencies += c.fold(m)(m % _))
case None => p settings (libraryDependencies += c.fold(m % "compile")(m % _))
Copy link
Member

Choose a reason for hiding this comment

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

why?

Copy link
Member Author

Choose a reason for hiding this comment

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

That might a remainder from a debugging I was doing before. Let me remove that.

Bumping to the latest librarymanagement.
@eed3si9n
Copy link
Member Author

Travis CI blocked because I can't sync util to Maven Central due to Bintray.

@eed3si9n eed3si9n merged commit 10d0051 into sbt:1.0 Apr 18, 2017
@eed3si9n eed3si9n deleted the wip/bump_lm3 branch April 18, 2017 02:59
cunei pushed a commit to cunei/zinc that referenced this pull request Oct 25, 2017
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

Successfully merging this pull request may close these issues.

3 participants