Skip to content

Commit

Permalink
Updating Kotlin, removing the additional call (#274)
Browse files Browse the repository at this point in the history
* updatign Kotlin, removing the additional call

* version 1.4.31 Kotlin
  • Loading branch information
cdsap authored Feb 27, 2021
1 parent d203c88 commit fcc38fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
implementation("com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31")
implementation("com.gradle.publish:plugin-publish-plugin:0.12.0")
testImplementation("junit:junit:4.12")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class TalaiotKotlinLibPlugin : Plugin<Project> {
}

target.dependencies {
add("implementation", "org.jetbrains.kotlin:kotlin-stdlib:1.3.72")
add("testImplementation", "com.nhaarman.mockitokotlin2:mockito-kotlin:2.0.0-RC1")
add("testImplementation", "io.kotlintest:kotlintest-runner-junit5:3.3.2")
}
Expand Down

0 comments on commit fcc38fc

Please sign in to comment.