Open renanrfranca opened 1 year ago
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/
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.
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.