Skip to content

Commit

Permalink
Merge pull request #720 from dllewellyn/update_kotlin_719
Browse files Browse the repository at this point in the history
Updating kotlin version and updating dependency
  • Loading branch information
HugoMario authored Jul 3, 2020
2 parents 016f386 + 135d6cb commit 9d239db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import io.swagger.codegen.v3.CliOption;
import io.swagger.codegen.v3.CodegenType;
import io.swagger.codegen.v3.SupportingFile;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task wrapper(type: Wrapper) {
}

buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.3.72'
repositories {
mavenCentral()
Expand All @@ -24,7 +24,7 @@ repositories {
}

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
compile "com.squareup.moshi:moshi-kotlin:1.8.0"
compile "com.squareup.moshi:moshi-adapters:1.8.0"
compile "com.squareup.okhttp3:okhttp:3.14.2"
Expand Down

0 comments on commit 9d239db

Please sign in to comment.