-
Notifications
You must be signed in to change notification settings - Fork 121
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
project/Dependencies.scala
Outdated
@@ -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 % _)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
There was a problem hiding this comment.
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.
Travis CI blocked because I can't sync util to Maven Central due to Bintray. |
Bumping to the latest librarymanagement.