Skip to content

Commit

Permalink
Merge pull request #234 from ScalaWilliam/vspp
Browse files Browse the repository at this point in the history
Add sbt-vspp for publishing the SBT plug-in in a Maven-consistent format
  • Loading branch information
ckipp01 authored Nov 14, 2022
2 parents e4d3689 + 6d1fa39 commit 9dd0fc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.6")
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
addSbtPlugin("com.scalawilliam.esbeetee" % "sbt-vspp" % "0.4.13")
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Add following line into `project/plugins.sbt` (latest version is available next
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % PLUGIN_VERSION)
```

If the above does not work, in enterprise environments, try:
```sbt
libraryDependencies += "org.scalameta" % "sbt-scalafmt_2.12_1.0" % PLUGIN_VERSION
```

### [User documentation](https://scalameta.org/scalafmt/)
Head over to [the user docs](https://scalameta.org/scalafmt/docs/installation.html#sbt) for instructions on how to install and use scalafmt.

Expand Down

0 comments on commit 9dd0fc0

Please sign in to comment.