From 0c75fd67e3fcfbfb09d8c11b6cf396084ce40a15 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 10 Mar 2021 10:32:30 -0400 Subject: Wrestling with JPHP. --- lux-php/project.clj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lux-php/project.clj') 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"] -- cgit v1.2.3