File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ You can either download the jar from github or add the following to your build.g
3333
3434 dependencies {
3535 ...
36- compile 'ch.poole:ConditionalRestrictionParser:0.3.1 '
36+ compile 'ch.poole:ConditionalRestrictionParser:0.3.3 '
3737 ...
3838 }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ apply plugin: 'signing'
1414apply plugin : " jacoco"
1515
1616
17- version = ' 0.3.2 '
17+ version = ' 0.3.3 '
1818sourceCompatibility = 1.8
1919targetCompatibility = 1.8
2020
@@ -168,7 +168,7 @@ repositories {
168168
169169// In this section you declare the dependencies for your production and test code
170170dependencies {
171- compile ' ch.poole:OpeningHoursParser:0.26 .0'
171+ compile ' ch.poole:OpeningHoursParser:0.27 .0'
172172 compileOnly ' org.jetbrains:annotations:19.0.0'
173173 testCompileOnly ' org.jetbrains:annotations:19.0.0'
174174 testCompile ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments