Skip to content

Commit 883aa19

Browse files
committed
Added Bintray plugin and more information to build.sbt
1 parent 78d132f commit 883aa19

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.sbt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name := "scala-json-to-prolog"
1+
name := "json-to-prolog"
2+
organization := "com.marcastr0"
23

34
version := "0.1"
45

@@ -12,4 +13,6 @@ libraryDependencies ++= {
1213
"io.spray" %% "spray-json" % "1.3.3",
1314
"net.liftweb" %% "lift-webkit" % liftVersion % "compile"
1415
)
15-
}
16+
}
17+
18+
licenses += ("MIT", url("https://github.com/MarcAstr0/scala-json-to-prolog/blob/master/LICENSE"))

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")

0 commit comments

Comments
 (0)