Skip to content

Commit

Permalink
Bump ods from 1.0.4 to 1.0.5
Browse files Browse the repository at this point in the history
Bumps ods from 1.0.4 to 1.0.5.

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Apr 30, 2021
1 parent 8024510 commit e1043a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation("com.google.guava:guava:30.1-jre")
implementation("com.github.Carleslc:Simple-YAML:1.7.2")
//ODS - Game Storage
implementation(group = "me.ryandw11", name = "ods", version = "1.0.4")
implementation(group = "me.ryandw11", name = "ods", version = "1.0.5")
implementation(group = "me.ryandw11", name = "ODSCompressionPlus", version = "1.0.1")
//Engine
compileOnly(group = "org.kakara", name = "engine", version = engineVersion);
Expand Down
2 changes: 1 addition & 1 deletion game/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.8.6")
implementation("com.google.guava:guava:30.1-jre")
//ODS - Game Storage
implementation(group = "me.ryandw11", name = "ods", version = "1.0.4")
implementation(group = "me.ryandw11", name = "ods", version = "1.0.5")
implementation(group = "me.ryandw11", name = "ODSCompressionPlus", version = "1.0.1")
//Engine
compileOnly(group = "org.kakara", name = "engine", version = "1.0-SNAPSHOT");
Expand Down

0 comments on commit e1043a9

Please sign in to comment.