Skip to content

Commit

Permalink
Updated sbt-spiewak
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Dec 8, 2020
1 parent cb684df commit a435435
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 @@ -42,7 +42,7 @@ val noDottySettings = Seq(
lazy val root = project
.in(file("."))
.aggregate(specs2, utest, minitest, scalatest, `scalatest-scalacheck`)
.settings(noPublishSettings)
.enablePlugins(NoPublishPlugin)
.settings(noDottySettings)

lazy val specs2 = project
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.18.2")
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.19.2")

0 comments on commit a435435

Please sign in to comment.