We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d132f commit 883aa19Copy full SHA for 883aa19
build.sbt
@@ -1,4 +1,5 @@
1
-name := "scala-json-to-prolog"
+name := "json-to-prolog"
2
+organization := "com.marcastr0"
3
4
version := "0.1"
5
@@ -12,4 +13,6 @@ libraryDependencies ++= {
12
13
"io.spray" %% "spray-json" % "1.3.3",
14
"net.liftweb" %% "lift-webkit" % liftVersion % "compile"
15
)
-}
16
+}
17
+
18
+licenses += ("MIT", url("https://github.com/MarcAstr0/scala-json-to-prolog/blob/master/LICENSE"))
project/plugins.sbt
@@ -0,0 +1 @@
+addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
0 commit comments