summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 911096c..a3114ee 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,14 +11,14 @@ sourceCompatibility = 1.7
targetCompatibility = 1.7
ext {
- baseVersion = "0.8"
+ baseVersion = "0.6"
isSnapshot = true
snapshotAppendix = "-SNAPSHOT"
projectVersion = baseVersion + (isSnapshot ? snapshotAppendix : "")
projectGroup = "org.frege-lang"
- fregeBaseVersion = "3.23.401"
- fregeClassifier = "-g7c45277"
+ fregeBaseVersion = "3.23.288"
+ fregeClassifier = "-gaa3af0c"
fregeVersion = "$fregeBaseVersion$fregeClassifier"
// work around https://issues.gradle.org/browse/GRADLE-3281
@@ -58,7 +58,7 @@ repositories {
dependencies {
compile "$projectGroup:frege:$fregeVersion"
- compile "$projectGroup:frege-repl-core:1.3"
+ compile "$projectGroup:frege-repl-core:1.2"
compile "$projectGroup:frege-native-gen:1.3"
compile "org.functionaljava:functionaljava:4.4"