Skip to content

Commit 770b86d

Browse files
committed
Bump preferred dependency versions
1 parent 2a2755d commit 770b86d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

build.gradle.kts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies {
3333
).onEach {
3434
implementation(it) {
3535
version {
36-
strictly("[1.5,1.7)")
37-
prefer("1.6.21")
36+
strictly("[1.5,1.8)")
37+
prefer("1.7.10")
3838
}
3939
}
4040
}
@@ -56,7 +56,7 @@ dependencies {
5656
implementation(it) {
5757
version {
5858
strictly("[3,4)")
59-
prefer("3.1.0")
59+
prefer("3.2.0")
6060
}
6161
}
6262
}
@@ -82,8 +82,10 @@ dependencies {
8282
}
8383

8484
val dependencyVersions = listOf(
85-
"org.jetbrains.kotlin:kotlin-reflect:1.7.0",
86-
"org.jetbrains.kotlin:kotlin-stdlib:1.7.0",
85+
"net.bytebuddy:byte-buddy:1.12.6",
86+
"net.bytebuddy:byte-buddy-agent:1.12.6",
87+
"org.jetbrains.kotlin:kotlin-reflect:1.7.10",
88+
"org.jetbrains.kotlin:kotlin-stdlib:1.7.10",
8789
"org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10",
8890
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10",
8991
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10",

0 commit comments

Comments
 (0)