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 c1c6161 commit bda5a2eCopy full SHA for bda5a2e
build.sbt
@@ -41,7 +41,7 @@ releasePublishArtifactsAction := PgpKeys.publishSigned.value
41
42
pomExtra := {
43
pomExtra.value ++ Group(
44
- <issueManagement>
+ <issueManagement>
45
<system>github</system>
46
<url>https://github.com/swagger-akka-http/swagger-enumeratum-module/issues</url>
47
</issueManagement>
project/MetaInfLicenseCopy.scala
@@ -1,8 +1,7 @@
1
import sbt.*
2
import sbt.Keys.*
3
4
-/**
5
- * Copies LICENSE file into jar META-INF dir
+/** Copies LICENSE file into jar META-INF dir
6
*/
7
object MetaInfLicenseCopy {
8
0 commit comments