Skip to content

Commit b7969c9

Browse files
authored
Merge pull request #106 from delphi-hub/feature/cytoscape
Feature/cytoscape
2 parents fae6903 + ac980b4 commit b7969c9

40 files changed

+401
-66
lines changed

app/models/Event.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// scalastyle:off
12
package models
23

34
import akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport

app/models/Instance.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// scalastyle:off
12
package models
23

34
import akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport

app/models/InstanceLink.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// scalastyle:off
12
package models
23

34
import LinkEnums.LinkState

app/models/InstanceNetwork.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// scalastyle:off
12
package models
23

34
import akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport

app/models/SocketMessage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18-
18+
// scalastyle:off
1919
package models
2020

2121
import models.EventEnums.EventType

app/models/SystemInfo.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18-
18+
// scalastyle:off
1919
package models
2020

2121
case class SystemInfo(hostName: String, javaVersion: String, platformName: String, scalaVersion: String)

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "delphi-management"
44

55
organization := "de.upb"
66

7-
version := "0.8.0-SNAPSHOT"
7+
version := "0.9.0-SNAPSHOT"
88

99
scalaVersion := "2.12.4"
1010

0 commit comments

Comments
 (0)