We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cda39 commit 41a4d96Copy full SHA for 41a4d96
pom.xml
@@ -50,7 +50,7 @@ under the License.
50
<distributionManagement>
51
<snapshotRepository>
52
<id>central</id>
53
- <url>${nexus.url}/content/repositories/snapshots</url>
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
54
</snapshotRepository>
55
<repository>
56
@@ -100,7 +100,7 @@ under the License.
100
<scalac-scoverage-plugin.version>2.3.0</scalac-scoverage-plugin.version>
101
<scalac-scoverage-plugin.scala.version>2.13</scalac-scoverage-plugin.scala.version>
102
103
- <nexus.url>https://oss.sonatype.org</nexus.url>
+ <nexus.url>https://ossrh-staging-api.central.sonatype.com</nexus.url>
104
</properties>
105
106
<dependencies>
0 commit comments