Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Intellij Scala | 1,130 | 2 hours ago | 2 | apache-2.0 | Scala | |||||
Scala plugin for IntelliJ IDEA | ||||||||||
Scala Steward | 1,094 | 2 days ago | 20 | July 06, 2023 | 80 | apache-2.0 | Scala | |||
:robot: A bot that helps you keep your Scala projects up-to-date | ||||||||||
Sbt Updates | 735 | 20 days ago | 16 | bsd-3-clause | Scala | |||||
sbt plugin that can check Maven and Ivy repositories for dependency updates | ||||||||||
Sbt Scoverage | 628 | 9 days ago | 36 | apache-2.0 | Scala | |||||
sbt plugin for scoverage | ||||||||||
Twirl | 527 | 23 | 208 | 7 days ago | 35 | October 16, 2019 | 39 | apache-2.0 | Scala | |
Twirl is Play's default template engine | ||||||||||
Android Plugin | 485 | 9 years ago | 52 | other | Scala | |||||
An sbt plugin for Android development in Scala | ||||||||||
Akka Grpc | 425 | 4 | 17 | 4 days ago | 40 | September 26, 2022 | 168 | other | Scala | |
Akka gRPC | ||||||||||
Sbt Web | 364 | 11 days ago | 20 | other | Scala | |||||
Library for building sbt plugins for the web | ||||||||||
Sbt Git | 335 | 10 months ago | 29 | bsd-2-clause | Scala | |||||
A git plugin for sbt | ||||||||||
Sbt Sonatype | 315 | 6 days ago | 2 | January 21, 2014 | 9 | apache-2.0 | Scala | |||
A sbt plugin for publishing Scala/Java projects to the Maven central. |
sbt plugin for weaving with aspectj. This plugin requires sbt 0.13.5+.
Add plugin to project/plugins.sbt
. For example:
addSbtPlugin("com.lightbend.sbt" % "sbt-aspectj" % "{version}")
See released versions.
Note: earlier versions of sbt-aspectj used the "com.typesafe.sbt"
organization.
There are runnable sample projects included as sbt scripted tests.
Contributions via GitHub pull requests are gladly accepted from their original author. Before we can accept pull requests, you will need to agree to the Lightbend Contributor License Agreement online, using your GitHub account.
This code is open source software licensed under the Apache 2.0 License. Feel free to use it accordingly.