Skip to content

Commit

Permalink
update dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BasketBandit committed Feb 8, 2021
1 parent 6fdc307 commit 933bd6f
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,7 +6,7 @@ apply plugin: 'java'
apply plugin: 'idea'

group 'BasketBandit'
version '0.4.2'
version '0.4.3'

sourceCompatibility = 1.8

Expand All @@ -23,7 +23,7 @@ test {

dependencies {
compile group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.0-alpha1'
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0-RC1'
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '5.0.0-alpha.2'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
Expand Down

0 comments on commit 933bd6f

Please sign in to comment.