mirror of https://github.com/sbt/sbt.git
scala-native
parent
8d9f1c5c69
commit
e04f7ed6fc
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
| GitHub Page |Stars | Status | Details |
|
||||
|-------------------------------------------------------------------------------------------------------------------------|-----:| -----------:|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [scala-native/scala-native](https://github.com/scala-native/scala-native) | 2935 | merged | https://github.com/scala-native/scala-native/pull/1039|
|
||||
| [flyway/flyway](https://github.com/flyway/flyway/issues/1741) | 2407 | in progress | https://github.com/flyway/flyway/issues/1741 |
|
||||
| [lampepfl/dotty](https://github.com/lampepfl/dotty) | 1927 | in progress | https://github.com/lampepfl/dotty/issues/3091 |
|
||||
| [lagom/lagom](https://github.com/lagom/lagom) | 1551 | reported | https://github.com/lagom/lagom/issues/932
|
||||
|
|
@ -180,7 +179,8 @@
|
|||
| GitHub Page | Stars | Details |
|
||||
|-------------------------------------------------------------------------------------------|------:|---------------------------------------------------------------------------------------|
|
||||
| [playframework/playframework](https://github.com/playframework/playframework) | 9753 | `addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.6")` |
|
||||
| [scala-js/scala-js](https://github.com/scala-js/scala-js) | 3053 | `addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")` |
|
||||
| [scala-js/scala-js](https://github.com/scala-js/scala-js) | 3209 | `addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")` |
|
||||
| [scala-native/scala-native](https://github.com/scala-native/scala-native) | 3082 | `addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.6"`
|
||||
| [sbt/sbt-assembly](https://github.com/sbt/sbt-assembly) | 1092 | `addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")` |
|
||||
| [coursier/coursier](https://github.com/coursier/coursier) | 966 | `addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC11")` |
|
||||
| [sbt/sbt-native-packager](https://github.com/sbt/sbt-native-packager) | 869 | `addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.2-RC2")` |
|
||||
|
|
@ -284,4 +284,4 @@
|
|||
| [joost-de-vries/sbt-jasmine](https://github.com/joost-de-vries/sbt-jasmine) | 0 | `addSbtPlugin("name.de-vries" % "sbt-jasmine" % "0.0.4")` |
|
||||
| [joost-de-vries/sbt-jasmine](https://github.com/joost-de-vries/sbt-jasmine) | 0 | `addSbtPlugin("name.de-vries" % "sbt-jasmine" % "0.0.4")` |
|
||||
| [bytedeco/sbt-javacv](https://github.com/bytedeco/sbt-javacv) | 58 | `addSbtPlugin("org.bytedeco" % "sbt-javacv" % "1.15")` |
|
||||
| [bytedeco/sbt-javacpp](https://github.com/bytedeco/sbt-javacpp) | 17 | `addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.11")` |
|
||||
| [bytedeco/sbt-javacpp](https://github.com/bytedeco/sbt-javacpp) | 17 | `addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.11")` |
|
||||
|
|
|
|||
Loading…
Reference in New Issue