Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Jul 6, 2021
1 parent 5659ba7 commit 8b77c22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'application'
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.4.20'
id 'org.jetbrains.kotlin.jvm' version '1.5.20'
}

group 'com.tb24'
Expand Down Expand Up @@ -45,12 +45,12 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.collection:collection-ktx:1.1.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
implementation 'me.fungames:JFortniteParse:+'
implementation 'org.slf4j:slf4j-api:1.7.30'
testImplementation 'junit:junit:4.13.1'
implementation 'org.slf4j:slf4j-api:1.7.31'
testImplementation 'junit:junit:4.13.2'
}

compileKotlin {
Expand Down

0 comments on commit 8b77c22

Please sign in to comment.