Skip to content

Commit

Permalink
Update OpeningHoursParser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed May 14, 2022
1 parent 9b90adb commit 5d5572a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ You can either download the jar from github or add the following to your build.g

dependencies {
...
compile 'ch.poole:ConditionalRestrictionParser:0.3.1'
compile 'ch.poole:ConditionalRestrictionParser:0.3.3'
...
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'signing'
apply plugin: "jacoco"


version = '0.3.2'
version = '0.3.3'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down Expand Up @@ -168,7 +168,7 @@ repositories {

// In this section you declare the dependencies for your production and test code
dependencies {
compile 'ch.poole:OpeningHoursParser:0.26.0'
compile 'ch.poole:OpeningHoursParser:0.27.0'
compileOnly 'org.jetbrains:annotations:19.0.0'
testCompileOnly 'org.jetbrains:annotations:19.0.0'
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 5d5572a

Please sign in to comment.