Skip to content

Commit

Permalink
Upgrade to sbt-platform-deps 1.0.2.
Browse files Browse the repository at this point in the history
That version is dual-published for compliant Maven coordinates.
  • Loading branch information
sjrd committed Jul 6, 2023
1 parent 33e25a4 commit 0df5ab6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ lazy val `sbt-scalajs-crossproject` =
.settings(sbtPluginSettings)
.settings(
moduleName := "sbt-scalajs-crossproject",
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.0"),
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.23")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.23")
)
.settings(publishSettings)
.dependsOn(`sbt-crossproject`)
Expand All @@ -59,8 +58,7 @@ lazy val `sbt-scala-native-crossproject` =
.settings(sbtPluginSettings)
.settings(
moduleName := "sbt-scala-native-crossproject",
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.0"),
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.7")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.7")
)
.settings(publishSettings)
.dependsOn(`sbt-crossproject`)
Expand All @@ -74,7 +72,7 @@ lazy val `sbt-crossproject` =
.settings(scaladocFromReadme)
.settings(publishSettings)
.settings(
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.0")
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.2")
)

lazy val `sbt-crossproject-test` =
Expand Down

0 comments on commit 0df5ab6

Please sign in to comment.