Skip to content

Commit

Permalink
Bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Oct 13, 2020
1 parent 82aba86 commit 1a145b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ plugins {
}

group 'com.tb24'
version '0.3.0'
version '0.3.3'

sourceCompatibility = 1.8
targetCompatibility = 1.8

ext {
javaMainClass = 'com.tb24.blenderumap.Main'
Expand Down Expand Up @@ -37,7 +38,6 @@ repositories {
google()
mavenCentral()
maven { url 'https://dl.bintray.com/fungamesleaks/mavenRepo' }
// maven { url 'https://libraries.minecraft.net' }
maven { url 'https://jitpack.io' }
}

Expand All @@ -46,7 +46,6 @@ dependencies {
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 'com.mojang:brigadier:1.0.17'
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
implementation 'me.fungames:JFortniteParse:+' // :3.0.2'
implementation 'org.slf4j:slf4j-api:1.7.30'
Expand Down

0 comments on commit 1a145b5

Please sign in to comment.