Skip to content

Commit dcb8398

Browse files
author
Albert Cao
committed
update ci
1 parent 58bcfde commit dcb8398

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
![Scala CI](https://github.com/humnetlab/sparkmobility-scala/actions/workflows/scala.yml/badge.svg)
22
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
3+
![GitHub contributors](https://img.shields.io/github/contributors/humnetlab/sparkmobility-scala?cacheSeconds=3600)
34

4-
## sparkmobility-scala
5+
# sparkmobility-scala
6+
7+
This is the Scala repository of `sparkmobility`. The Python user interface for `sparkmobility` can be found at [sparkmobility](https://github.com/humnetlab/sparkmobility).
58

69
## Pre-requisites
710
### Packaging the Scala Code

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
22
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
3+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")

0 commit comments

Comments
 (0)