Skip to content

Commit

Permalink
Merge pull request #1542 from tgodzik/community-update
Browse files Browse the repository at this point in the history
Recognize the community contributions
  • Loading branch information
tgodzik authored Aug 5, 2021
2 parents baecbec + f521679 commit e7d4e01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/src/main/scala/bloop/Cli.scala
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ object Cli {
|Using Scala v$scalaVersion and Zinc v$zincVersion
|Running on Java ${JavaRuntime.current} v$javaVersion ($javaHome)
| -> $jdiStatus
|Maintained by the Scala Center ($developers)
|Maintained by the Scala Center and the community.
|""".stripMargin
}

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/test/scala/bloop/nailgun/NailgunSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ object NailgunSpec extends BaseSuite with NailgunTestUtils {
|Using Scala v${BuildInfo.scalaVersion} and Zinc v${BuildInfo.zincVersion}
|$jvmLine
| -> Supports debugging user code, Java Debug Interface (JDI) is available.
|Maintained by the Scala Center (Jorge Vicente Cantero, Martin Duhem)
|Maintained by the Scala Center and the community.
|""".stripMargin
)
}
Expand Down Expand Up @@ -151,7 +151,7 @@ object NailgunSpec extends BaseSuite with NailgunTestUtils {
|Using Scala v${BuildInfo.scalaVersion} and Zinc v${BuildInfo.zincVersion}
|$jvmLine
| -> Supports debugging user code, Java Debug Interface (JDI) is available.
|Maintained by the Scala Center (Jorge Vicente Cantero, Martin Duhem)
|Maintained by the Scala Center and the community.
|""".stripMargin
)

Expand Down
3 changes: 0 additions & 3 deletions website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ class Footer extends React.Component {
<a href="https://gitter.im/scalacenter/bloop" target="_blank">
<img src="https://img.shields.io/gitter/room/scalacenter/bloop.svg?logo=gitter&style=social" />
</a>
<a href="https://twitter.com/jvican" target="_blank">
<img src="https://img.shields.io/twitter/follow/jvican.svg?logo=twitter&style=social" />
</a>
</div>
</section>
<section className="copyright">{copyright}</section>
Expand Down

0 comments on commit e7d4e01

Please sign in to comment.