aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMark Perry <maperry78@yahoo.com.au>2015-03-13 00:35:02 +1000
committerMark Perry <maperry78@yahoo.com.au>2015-03-13 00:35:02 +1000
commitce9be28ae8c3285c6da33ad1dc620e7d381a52a5 (patch)
treebc5219bdd95f9c5cc9a3a72379dd404e0dd8784e /build.gradle
parentcd1c55b0502e5b461269b3407329010bcc5093cf (diff)
downloadfrege-gradle-plugin-ce9be28ae8c3285c6da33ad1dc620e7d381a52a5.tar.gz
frege-gradle-plugin-ce9be28ae8c3285c6da33ad1dc620e7d381a52a5.tar.bz2
frege-gradle-plugin-ce9be28ae8c3285c6da33ad1dc620e7d381a52a5.zip
Use official frege snapshots
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index ee72cf8..cbab668 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ group = groupName
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 "org.frege-lang:frege-native-gen:1.0-SNAPSHOT"
compile gradleApi()
compile localGroovy()
}