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 can't import "play-soap-plugin" #389

Open
renanrfranca opened this issue Jun 7, 2023 · 1 comment
Open

SBT can't import "play-soap-plugin" #389

renanrfranca opened this issue Jun 7, 2023 · 1 comment
Labels

Comments

@renanrfranca
Copy link

Adding play-soap-plugin to a project via SBT as suggested in the docs:

libraryDependencies ++= Seq("com.typesafe.play" % "play-soap-plugin" % "2.0.0")

does not work.

[error]   Not found
[error]   Not found
[error]   not found: C:\Users\613888453\.ivy2\localcom.typesafe.play\play-soap-plugin\2.0.0\ivys\ivy.xml
[error]   not found: https://repo1.maven.org/maven2/com/typesafe/play/play-soap-plugin/2.0.0/play-soap-plugin-2.0.0.pom

https://repo1.maven.org/maven2/com/typesafe/play/play-soap-plugin indeed doesn't exist. Maybe I should source it from elsewhere? Anything I might be doing wrong here should probably be part of the documentation, I think.

@ihostage
Copy link
Member

ihostage commented Jun 9, 2023

Hi, @renanrfranca! 👋
2.0.0 isn't releases yet 🤷‍♂️
You can try to use a snapshot version from Sonatype Snapshots repository https://oss.sonatype.org/content/repositories/snapshots/com/typesafe/play/play-soap-plugin/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants