-
Notifications
You must be signed in to change notification settings - Fork 4
/
versions.properties
32 lines (23 loc) · 1000 Bytes
/
versions.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#### Dependencies and Plugin versions with their available updates.
#### Generated by `./gradlew refreshVersions` version 0.60.5
####
#### Don't manually edit or split the comments that start with four hashtags (####),
#### they will be overwritten by refreshVersions.
####
#### suppress inspection "SpellCheckingInspection" for whole file
#### suppress inspection "UnusedProperty" for whole file
####
#### NOTE: Some versions are filtered by the rejectVersionIf predicate. See the settings.gradle.kts file.
plugin.org.jetbrains.dokka=1.9.20
plugin.org.jlleitschuh.gradle.ktlint=12.1.1
plugin.io.gitlab.arturbosch.detekt=1.23.6
# https://github.com/gradle-nexus/publish-plugin/
plugin.io.github.gradle-nexus.publish-plugin=2.0.0
# Keep in sync with README's badge
version.kotlin=1.9.24
## # available=2.0.0
version.junit=5.10.2
version.com.pinterest.ktlint..ktlint-cli=1.3.0
# Keep in sync with README's install block
version.kotlinx.coroutines=1.8.1
version.org.amshove.kluent..kluent=1.73