File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ group = "CHANGEME"
11
11
version = " 0.0.1"
12
12
13
13
val kotlinVersion = " 1.6.0"
14
- val junitVersion = " 5.8.1 "
14
+ val junitVersion = " 5.8.2 "
15
15
16
16
plugins {
17
- kotlin(" jvm" ) version " 1.6.0 "
17
+ kotlin(" jvm" ) version " 1.6.10 "
18
18
id(" org.jetbrains.dokka" ) version " 1.6.0"
19
19
java
20
20
`maven- publish`
@@ -26,7 +26,7 @@ repositories {
26
26
}
27
27
28
28
dependencies {
29
- implementation(" io.github.microutils:kotlin-logging:2.1.0 " )
29
+ implementation(" io.github.microutils:kotlin-logging:2.1.21 " )
30
30
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2" )
31
31
implementation(" org.slf4j:slf4j-simple:1.7.32" )
32
32
implementation(kotlin(" reflect" , kotlinVersion))
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.2 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments