Skip to content

Commit

Permalink
Update Shipkit versions (#468)
Browse files Browse the repository at this point in the history
Related to getting version 4.1.0 published: #462
  • Loading branch information
TimvdLippe committed Nov 26, 2022
1 parent 424ba61 commit 7793ba4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -4,8 +4,8 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "org.shipkit:shipkit-changelog:1.1.13"
classpath "org.shipkit:shipkit-auto-version:1.1.14"
classpath "org.shipkit:shipkit-changelog:1.2.0"
classpath "org.shipkit:shipkit-auto-version:1.2.2"
classpath "io.github.gradle-nexus:publish-plugin:1.0.0"
}
}
Expand Down Expand Up @@ -79,4 +79,4 @@ tasks.register("releaseSummary") {
" Github releases: https://github.com/mockito/mockito-kotlin/releases"
}
}
}
}

0 comments on commit 7793ba4

Please sign in to comment.