Skip to content

Commit

Permalink
modify dependencies compile level
Browse files Browse the repository at this point in the history
  • Loading branch information
shin285 committed May 4, 2017
1 parent b402bbf commit d44295c
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 @@ -11,7 +11,7 @@ repositories {
// In this section you declare the dependencies for your production and test code
dependencies {
// The production code uses the SLF4J logging API at compile time
compile 'org.slf4j:slf4j-api:1.7.13'
testCompile 'org.slf4j:slf4j-api:1.7.13'

// Declare the dependency for your favourite test framework you want to use in your tests.
// TestNG is also supported by the Gradle Test task. Just change the
Expand Down

0 comments on commit d44295c

Please sign in to comment.