We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a771d commit a2f6c04Copy full SHA for a2f6c04
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
animalSniffer = "1.7.1"
3
arrowGradleConfig = "0.12.0-rc.5"
4
assertj = "3.24.2"
5
-coroutines = "1.7.2"
+coroutines = "1.7.3"
6
classgraph = "4.8.161"
7
dokka = "1.8.20"
8
jUnit = "4.13.2"
settings.gradle.kts
@@ -11,7 +11,7 @@ pluginManagement {
11
}
12
13
plugins {
14
- id("com.gradle.enterprise") version "3.14"
+ id("com.gradle.enterprise") version "3.14.1"
15
id("org.gradle.toolchains.foojay-resolver-convention") version("0.6.0")
16
17
0 commit comments