Skip to content

Commit

Permalink
SBT: add sbt-sonatype plugin for updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Feb 13, 2025
1 parent f23be9d commit b08c442
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

val crossProjectV = "1.3.2"

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % crossProjectV)
Expand Down

0 comments on commit b08c442

Please sign in to comment.