@@ -6,16 +6,21 @@ import publish._
6
6
7
7
object qw extends RootModule with ScalaModule with PublishModule {
8
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"
9
14
def pomSettings = PomSettings (
10
- description = artifactName(),
11
- organization = " io.github.windymelt" ,
12
- url = " https://github.com/windymelt/qw.scala" ,
13
- licenses = Seq (License .MIT ),
14
- versionControl = VersionControl .github(" windymelt" , " qw.scala" ),
15
- developers = Seq (
16
- Developer (" windymelt" , " windymelt" , " https://github.com/windymelt" )
17
- )
15
+ description = artifactName(),
16
+ organization = " io.github.windymelt" ,
17
+ url = " https://github.com/windymelt/qw.scala" ,
18
+ licenses = Seq (License .MIT ),
19
+ versionControl = VersionControl .github(" windymelt" , " qw.scala" ),
20
+ developers = Seq (
21
+ Developer (" windymelt" , " windymelt" , " https://github.com/windymelt" )
18
22
)
23
+ )
19
24
override def publishVersion : T [String ] = VcsVersion .vcsState().format()
20
25
21
26
object test extends ScalaTests with TestModule .Munit {
0 commit comments