Skip to content

Commit

Permalink
Bump versions (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Apr 28, 2021
1 parent d0c3ff7 commit 21b8d4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.4.32"
id("com.gradle.plugin-publish") version "0.13.0"
id("com.gradle.plugin-publish") version "0.14.0"
`java-gradle-plugin`
`maven-publish`
id("org.jmailen.kotlinter") version "3.4.0"
Expand All @@ -12,7 +12,6 @@ plugins {
repositories {
mavenCentral()
google()
jcenter() // remove after trove4j resolved https://youtrack.jetbrains.com/issue/KT-44730
}

val pluginId = "org.jmailen.kotlinter"
Expand All @@ -29,7 +28,7 @@ object Versions {
const val jetbrainsAnnotations = "20.1.0"
const val junit = "4.13.2"
const val ktlint = "0.41.0"
const val mockitoKotlin = "2.2.11"
const val mockitoKotlin = "3.1.0"
}

dependencies {
Expand Down

0 comments on commit 21b8d4a

Please sign in to comment.