-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update plugin to sbt 1.0.2 #9
Conversation
# Conflicts: # src/main/scala/nl/biopet/sbtbiopet/BiopetPlugin.scala
sbt-site 1.3.2 has been released. |
@@ -1,6 +1,6 @@ | |||
sys.props.get("plugin.version") match { | |||
case Some(x) => addSbtPlugin("com.github.biopet" % "sbt-biopet" % x) | |||
case _ => addSbtPlugin("com.github.biopet" % "sbt-biopet" % "0.2-SNAPSHOT") | |||
case _ => addSbtPlugin("com.github.biopet" % "sbt-biopet" % "0.4-SNAPSHOT") |
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.
Can this be done with a variable? This seems likely to break in next versions.
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.
fixed
1.0.2 because 1.1 gave some additional compatibility issues. Also 1.1 is very new (< 2 weeks), so better stick with the more stable 1.0
This pull request is almost complete. Things required before pulling:
build.sbt
needs to be updated. Now it is set to a snapshot version.