Skip to content

Commit

Permalink
Update dependencies and version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsteele committed Apr 26, 2018
1 parent 5ead43d commit 12f6553
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
group 'burpbuddy'
version '3.0.0-SNAPSHOT'
version '3.1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.0.3'
ext.kotlin_version = '1.2.40'

repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.github.jengelman.gradle.plugins:shadow:1.2.3"
classpath "com.github.jengelman.gradle.plugins:shadow:2.0.0"
}
}

Expand All @@ -21,7 +21,7 @@ apply plugin: "com.github.johnrengelman.shadow"

mainClassName = "App"

sourceCompatibility = 1.5
sourceCompatibility = 1.6

repositories {
mavenCentral()
Expand All @@ -30,8 +30,9 @@ repositories {

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "com.sparkjava:spark-core:2.5"
compile 'com.github.kittinunf.fuel:fuel:1.3.1'
compile 'com.github.salomonbrys.kotson:kotson:2.3.0'
compile "com.sparkjava:spark-core:2.7.2"
compile 'com.github.kittinunf.fuel:fuel:1.12.1'
compile 'com.github.salomonbrys.kotson:kotson:2.5.0'
implementation 'com.beust:klaxon:3.0.1'
testCompile group: 'junit', name: 'junit', version: '4.11'
}

0 comments on commit 12f6553

Please sign in to comment.