Skip to content

Commit

Permalink
build.sbt: fix deprecated sbt 0.13 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed May 7, 2021
1 parent 6f3daa0 commit 379a60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ lazy val asterisk = project
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3"
)

skip in publish := true
publish / skip := true

0 comments on commit 379a60c

Please sign in to comment.