Skip to content

Commit

Permalink
House keeping
Browse files Browse the repository at this point in the history
  • Loading branch information
danhyun committed Nov 6, 2015
1 parent dda9d53 commit 762764a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion hands-on-ratpack.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath "io.ratpack:ratpack-gradle:1.1.0"
classpath "io.ratpack:ratpack-gradle:1.1.1"
classpath "com.github.jengelman.gradle.plugins:shadow:1.2.2"
}
}
Expand All @@ -26,6 +26,7 @@ subprojects {
dependencies {
runtime 'org.slf4j:slf4j-simple:1.7.7'

testCompile ratpack.dependency("groovy-test")
testCompile "org.spockframework:spock-core:1.0-groovy-2.4"
}

Expand Down

This file was deleted.

0 comments on commit 762764a

Please sign in to comment.