-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathversions.properties
34 lines (24 loc) · 1.02 KB
/
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
33
34
#### 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
## # available=2.0.0
plugin.org.jlleitschuh.gradle.ktlint=12.1.2
plugin.io.gitlab.arturbosch.detekt=1.23.7
# 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=2.1.10
version.junit=5.11.4
version.com.pinterest.ktlint..ktlint-cli=1.5.0
# Keep in sync with README's install block
version.kotlinx.coroutines=1.10.1
version.org.amshove.kluent..kluent=1.73
version.org.jacoco..jacoco=0.8.12