Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #81 from joernio/claudiu/update-sbt
Browse files Browse the repository at this point in the history
Update sbt to `1.5.1`
  • Loading branch information
mpollmeier authored May 8, 2021
2 parents 12b1dd7 + 76e3d36 commit 48b24af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.1.1" % Test
)

sources in (Compile,doc) := Seq.empty
publishArtifact in (Compile, packageDoc) := false
Compile/doc/sources := Seq.empty
Compile/packageDoc/publishArtifact := false

lazy val createDistribution = taskKey[Unit]("Create binary distribution of extension")
createDistribution := {
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.4.6
sbt.version=1.5.1

0 comments on commit 48b24af

Please sign in to comment.