@@ -7,7 +7,7 @@ addCommandAlias("check", "scalafmtCheckAll")
77inThisBuild(
88 List (
99 organization := " org.bitlap" ,
10- homepage := Some (url(" https://github.com/bitlap/kotlin-plugin" )),
10+ homepage := Some (url(" https://github.com/bitlap/kotlin-plugin" )),
1111 licenses := List (
1212 " MIT" -> url(" https://opensource.org/licenses/MIT" )
1313 ),
@@ -26,16 +26,16 @@ inThisBuild(
2626
2727lazy val `sbt-kotlin-plugin` = (project in file(" ." ))
2828 .settings(
29- name := " sbt-kotlin-plugin" ,
30- moduleName := " sbt-kotlin-plugin" ,
29+ name := " sbt-kotlin-plugin" ,
30+ moduleName := " sbt-kotlin-plugin" ,
3131 scalacOptions ++= Seq (" -deprecation" , " -Xlint" , " -feature" ),
3232 libraryDependencies ++= Seq (
3333 " io.github.argonaut-io" %% " argonaut" % " 6.3.11" ,
3434 " org.scalaz" %% " scalaz-core" % " 7.2.36"
3535 ),
36- sbtPlugin := true ,
37- publishMavenStyle := false ,
38- buildInfoPackage := " kotlin" ,
36+ sbtPlugin := true ,
37+ sbtPluginPublishLegacyMavenStyle := false ,
38+ buildInfoPackage := " kotlin" ,
3939 // scripted
4040 scriptedLaunchOpts ++= Seq (
4141 " -Xmx1024m" ,
0 commit comments