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 f969271 commit 77a3f50Copy full SHA for 77a3f50
build.sc
@@ -7,6 +7,7 @@ import publish._
7
object qw extends RootModule with ScalaModule with PublishModule {
8
def scalaVersion = "3.3.0"
9
10
+ override def artifactName = "qw"
11
override def sonatypeUri = "https://s01.oss.sonatype.org/service/local"
12
override def sonatypeSnapshotUri =
13
"https://s01.oss.sonatype.org/content/repositories/snapshots"
0 commit comments