Skip to content

Commit ecc0159

Browse files
committed
build.sbt files for the kore project
Former-commit-id: e8f687e6bd583ea7551b9752dfa2d64b7f2845e6 [formerly 01beaa6768e8ff05507974552ebec1907dcbb908] Former-commit-id: 6b6bb75d768dfc178551445fc9475f0682754ab6
1 parent fdc9824 commit ecc0159

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

kore/build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Copyright (c) 2014 K Team. All Rights Reserved.
2+
3+
net.virtualvoid.sbt.graph.Plugin.graphSettings
4+

kore/project/build.sbt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Copyright (c) 2014 K Team. All Rights Reserved.
2+
3+
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
4+
5+
addSbtPlugin("com.github.shivawu" %% "sbt-maven-plugin" % "0.1.4-SNAPSHOT")
6+
7+
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")
8+
9+
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4")

0 commit comments

Comments
 (0)