aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorIngo Wechsung <ingo.wechsung@gmail.com>2015-03-01 12:11:55 +0100
committerIngo Wechsung <ingo.wechsung@gmail.com>2015-03-01 12:11:55 +0100
commit785f9b1e1992a967e11a25a4a0ba4bd6b6e7464f (patch)
tree1c7f8c38a0afb4dd9009494baddc353a9f43bb8f /build.gradle
parent76891946dec126dd677531d3eaf660167e986db2 (diff)
downloadfrege-gradle-plugin-785f9b1e1992a967e11a25a4a0ba4bd6b6e7464f.tar.gz
frege-gradle-plugin-785f9b1e1992a967e11a25a4a0ba4bd6b6e7464f.tar.bz2
frege-gradle-plugin-785f9b1e1992a967e11a25a4a0ba4bd6b6e7464f.zip
marimuthu renamed groupid to org.frege-lang
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index d393448..c35372a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,7 @@ group = 'org.frege-lang'
dependencies {
compile "com.theoryinpractise.frege:frege:$fregeVersion"
- compile "frege:frege-repl-core:1.1.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()