Skip to content

Commit 6c10515

Browse files
authored
Merge pull request #10 from adpi2/publish-to-scala-lang
Publish to org.scala-lang
2 parents e0aebd4 + 015ff80 commit 6c10515

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

publish-conf.scala

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
//> using publish.organization "org.virtuslab"
1+
//> using publish.organization "org.scala-lang"
22
//> using publish.name "toolkit"
33
//> using publish.computeVersion "git:tag"
4-
//> using publish.url "https://github.com/VirtusLab/toolkit"
5-
//> using publish.versionControl "scm:git:github.com/VirtusLab/toolkit.git"
4+
//> using publish.url "https://github.com/scala/toolkit"
5+
//> using publish.versionControl "scm:git:github.com/scala/toolkit.git"
66
//> using publish.license "Apache-2.0"
77
//> using publish.repository "central"
8-
//> using publish.developer "szymon-rd|Simon R|https://github.com/szymon-rd"
8+
//> using publish.developer "szymon-rd|Simon R|https://github.com/szymon-rd"
9+
//> using publish.developer "adpi2|Adrien Piquerez|https://github.com/adpi2"

0 commit comments

Comments
 (0)