summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.gradle5
1 files changed, 1 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 056248f..8d5ec12 100755
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
description = 'A Scala library of string metrics and phonetic algorithms.'
group = 'com.rockymadden.stringmetric'
-version = '0.20.2'
+version = '0.20.3'
ext.scm = 'scm:git@github.com:rockymadden/stringmetric.git'
ext.url = 'http://rockymadden.com/stringmetric/'
@@ -24,9 +24,6 @@ subprojects {
compile 'org.scala-lang:scala-compiler:2.10.0'
compile 'org.scala-lang:scala-library:2.10.0'
- scalaTools 'org.scala-lang:scala-compiler:2.10.0'
- scalaTools 'org.scala-lang:scala-library:2.10.0'
-
testCompile 'junit:junit:4.11'
testCompile 'org.scalatest:scalatest_2.10.0:2.0.M5'
}