Skip to content

Commit 01adaf3

Browse files
committed
fix build
1 parent 7f466dd commit 01adaf3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addCommandAlias("check", "scalafmtCheckAll")
77
inThisBuild(
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

2727
lazy 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

Comments
 (0)