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

sbt script under develop branch is out of date #51

Open
rnowling opened this issue Mar 29, 2016 · 2 comments
Open

sbt script under develop branch is out of date #51

rnowling opened this issue Mar 29, 2016 · 2 comments

Comments

@rnowling
Copy link
Contributor

When I tried to use the sbt script to build silex, the script reported an error about retrieving sbt-launch.jar. I noticed that it tried to use the old artifactoryonline.com repo. Updated the sbt script fixed the issue for me.

@willb
Copy link
Member

willb commented Mar 29, 2016

@rnowling I'm going to propose instead that we drop the bundled sbt. Bundling sbt is an antipattern that a lot of projects do simply because a lot of other projects do. Furthermore (given when the Typesafe/Lightbend artifacts moved), it seems like you're the only person to have used it since last summer!

willb added a commit that referenced this issue Mar 29, 2016
@rnowling
Copy link
Contributor Author

I actually like having the sbt runner in my projects; having all dependencies contained within a project makes it very, very easy. I disagree with unbundling. We could use the sbt runner in Travis, and thus, it would be tested more regularly to prevent future issues. :)

willb added a commit that referenced this issue Mar 29, 2016
Update bundled sbt-extras script, closes issue #51.
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

2 participants