Skip to content

Commit

Permalink
version bump & dep bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tycrek committed Nov 25, 2021
1 parent 5b950ac commit b9b548f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ plugins {
}

group 'com.github.steveice10'
version '1.5-tycrek-15'
version '1.5-tycrek-16'

repositories {
mavenCentral()
}

dependencies {
implementation "com.google.code.gson:gson:2.8.8"
implementation 'com.google.code.gson:gson:2.8.9'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
}
Expand Down

0 comments on commit b9b548f

Please sign in to comment.