We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: