aboutsummaryrefslogtreecommitdiff
path: root/lux-php/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-php/project.clj')
-rw-r--r--lux-php/project.clj6
1 files changed, 4 insertions, 2 deletions
diff --git a/lux-php/project.clj b/lux-php/project.clj
index 24d36cfa6..ff248abb9 100644
--- a/lux-php/project.clj
+++ b/lux-php/project.clj
@@ -3,6 +3,8 @@
(def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/")
(def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/")
+(def jphp-version "0.9.2")
+
(defproject com.github.luxlang/lux-php #=(identity version)
:description "A PHP compiler for Lux."
:url ~repo
@@ -24,8 +26,8 @@
:dependencies [[com.github.luxlang/luxc-jvm ~version]
[com.github.luxlang/stdlib ~version]
;; PHP 5
- [org.develnext.jphp/jphp-core "0.9.2"]
- [org.develnext.jphp/jphp-scripting "0.9.2"]]
+ [org.develnext.jphp/jphp-core ~jphp-version]
+ [org.develnext.jphp/jphp-scripting ~jphp-version]]
:manifest {"lux" ~version}
:source-paths ["source"]