Skip to content

Commit b3fda22

Browse files
Set Diktat version to 1.2.5 (#19)
1 parent f7face0 commit b3fda22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/diktat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ declare -r LOG_DIR="${BIN_DIR}"
6565
declare -r CURL='curl'
6666
declare -r CURL_FLAGS=('-SL')
6767
declare -r DIKTAT_JAR_WILDCARD='diktat-*.jar'
68-
declare -r DIKTAT_VERSION_TAG='v1.2.4'
68+
declare -r DIKTAT_VERSION_TAG='v1.2.5'
6969
declare -r KTLINT_EXECUTABLE='ktlint'
70-
declare -r KTLINT_VERSION_TAG='0.47.1'
70+
declare -r KTLINT_VERSION_TAG='0.46.1'
7171
declare -r VERSION_LATEST='latest'
7272

7373
# Global variables.

0 commit comments

Comments
 (0)