File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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
8484val 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" ,
You can’t perform that action at this time.
0 commit comments