Skip to content

Commit

Permalink
Upgrade to latest sbt-spiewak-sonatype (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist authored Dec 6, 2020
1 parent a144809 commit 504a556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ThisBuild / testFrameworks += new TestFramework("munit.Framework")
lazy val root = project
.in(file("."))
.aggregate(core.jvm, core.js, bench)
.enablePlugins(NoPublishPlugin, SonatypeCiRelease)
.enablePlugins(NoPublishPlugin, SonatypeCiReleasePlugin)
.settings(scalaVersion := "2.13.4")

lazy val docs = project
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.18.3")
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.19.1")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.9.5")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.13")

0 comments on commit 504a556

Please sign in to comment.