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 07d5a4a commit 977d857Copy full SHA for 977d857
build.sbt
@@ -24,6 +24,7 @@ lazy val plugin = (project in file("plugin"))
24
url("https://github.com/jeanmarc")
25
)
26
),
27
+ sonatypeProfileName := organization.value,
28
scalacOptions ++= Seq(
29
"-encoding",
30
"UTF8",
0 commit comments