aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 2d47252..ac0322a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ sourceCompatibility = 1.7
targetCompatibility = 1.7
ext {
- baseVersion = "0.1"
+ baseVersion = "0.2"
isSnapshot = true
snapshotAppendix = "-SNAPSHOT"
pluginVersion = baseVersion + (isSnapshot ? snapshotAppendix : "")
@@ -34,8 +34,8 @@ group = 'org.frege-lang'
dependencies {
compile "com.theoryinpractise.frege:frege:$fregeVersion"
- compile "org.frege-lang:frege-repl-core:1.1.1-SNAPSHOT"
- compile "com.github.mperry.frege:native-gen:0.1-SNAPSHOT"
+// compile "org.frege-lang:frege-repl-core:1.1.1-SNAPSHOT"
+// compile "com.github.mperry.frege:native-gen:0.1-SNAPSHOT"
compile gradleApi()
compile localGroovy()