Skip to content

Commit

Permalink
Fixed version number bug for Spek dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
lreimer committed Apr 30, 2016
1 parent 1fab6e1 commit a34becc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
testCompile 'org.hamcrest:hamcrest-library:1.3'
testRuntime 'cglib:cglib-nodep:3.1'
testRuntime 'org.objenesis:objenesis:2.1'
testCompile "org.jetbrains.spek:spek:$version"
testCompile "org.jetbrains.spek:spek:$spekVersion"
}

sourceSets {
Expand Down

0 comments on commit a34becc

Please sign in to comment.