Skip to content

Commit

Permalink
0.9.0-M5 and add commons-io dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrengelman committed Jun 26, 2014
1 parent 7f6f5d7 commit 5c95e2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.9.0-M5
=========

+ Add commons-io to compile classpath

v0.9.0-M4
=========

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies {
compile 'jdom:jdom:1.1'
compile 'org.ow2.asm:asm:4.1'
compile 'org.ow2.asm:asm-commons:4.1'
compile 'commons-io:commons-io:2.4'

testUtilsCompile localGroovy()
testUtilsCompile gradleApi()
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.0-M5

0 comments on commit 5c95e2e

Please sign in to comment.