Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Update to latest JastAdd version
Browse files Browse the repository at this point in the history
  • Loading branch information
llbit committed Oct 13, 2015
1 parent 4c3f2de commit 6c7a093
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 @@ -24,7 +24,7 @@ configurations {
all {
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
if (details.requested.name == 'jastadd2') {
details.useVersion '2.1.11-22-g493d35b'
details.useVersion '2.1.13'
}
}
}
Expand Down

0 comments on commit 6c7a093

Please sign in to comment.