Skip to content

Commit

Permalink
Bump to version 1.0.0-alpha.35; upgrade detekt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whathecode committed Aug 9, 2021
1 parent ea1b0ad commit 6664958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
ext {
// Version used for all submodule artifacts.
// Snapshot publishing changes (or adds) the suffix after '-' with 'SNAPSHOT' prior to publishing.
globalVersion = '1.0.0-alpha.34'
globalVersion = '1.0.0-alpha.35'

versions = [
// Kotlin multiplatform versions.
Expand All @@ -27,7 +27,7 @@ buildscript {
nodePlugin:'3.1.0',

// DevOps versions.
detektPlugin:'1.18.0-RC1',
detektPlugin:'1.18.0-RC3',
detektVerifyImplementation:'1.2.2',
nexusPublishPlugin:'1.1.0'
]
Expand Down

0 comments on commit 6664958

Please sign in to comment.