Skip to content

Commit

Permalink
Merge pull request #113 from kakaragame/dependabot/gradle/me.ryandw11…
Browse files Browse the repository at this point in the history
…-ods-1.0.5

Bump ods from 1.0.4 to 1.0.5
  • Loading branch information
Wyatt J Herkamp authored May 2, 2021
2 parents 10f7b5a + e1043a9 commit 24f6f4d
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 24f6f4d

Please sign in to comment.