Skip to content

Commit

Permalink
Use org.jetbrains:annotations:13.0 to avoid using a newer compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed May 9, 2016
1 parent d48d444 commit 5f196af
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 @@ -10,7 +10,7 @@ allprojects {
}

dependencies {
compile 'org.jetbrains:annotations:15.0'
compile 'org.jetbrains:annotations:13.0'
testCompile 'junit:junit:4.12'
testCompile 'org.mock-server:mockserver-netty:3.9.17'
}
Expand Down

0 comments on commit 5f196af

Please sign in to comment.