Skip to content

Commit

Permalink
build: Use fixed version of reflections
Browse files Browse the repository at this point in the history
org.reflections:reflections:0.9.10
  • Loading branch information
Matt Coffin committed Mar 20, 2017
1 parent 7e2c806 commit 34e7265
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 @@ -31,7 +31,7 @@ dependencies {
compile "com.github.racc:typesafeconfig-guice:+"
compile "org.yaml:snakeyaml:1.+"
compile "org.slf4j:slf4j-api:1+"
compile "org.reflections:reflections:+"
compile "org.reflections:reflections:0.9.10"
compile "ch.qos.logback:logback-classic:1+"

// Test-only dependencies
Expand Down

0 comments on commit 34e7265

Please sign in to comment.