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

scala-tools no longer valid, but how can this be updated? #11

Open
executeinc opened this issue Oct 3, 2013 · 0 comments
Open

scala-tools no longer valid, but how can this be updated? #11

executeinc opened this issue Oct 3, 2013 · 0 comments

Comments

@executeinc
Copy link

In SBT, it attempts to use scala-tools to retrieve a number of components, but fails since scala-tools isn't hosting jars anymore.
The updates are https://oss.sonatype.org/content/groups/scala-tools/ abd https://oss.sonatype.org/content/repositories/snapshots/. bu not sure where to update.
I see LifeInActionProject.scala, with these definitions:
lazy val ScalaToolsReleases = MavenRepository("scala-tools.releases", "https://oss.sonatype.org/content/groups/scala-tools/")
lazy val ScalaToolsSnapshots = MavenRepository("scala-tools.snapshots", "https://oss.sonatype.org/content/repositories/snapshots/")

But changing them as shown doesn't seem to fix the problem.
Help?

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

0 participants