File tree 4 files changed +16
-6
lines changed
4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
5
5
import java.net.URI
6
6
7
7
plugins {
8
- kotlin(" jvm" ) version " 1.9.23 "
8
+ kotlin(" jvm" )
9
9
jacoco
10
10
`java- library`
11
11
`maven- publish`
12
12
signing
13
- id(" io.github.gradle-nexus.publish-plugin" ) version " 1.3.0 "
14
- id(" com.github.kt3k.coveralls" ) version " 2.12.2 "
13
+ id(" io.github.gradle-nexus.publish-plugin" )
14
+ id(" com.github.kt3k.coveralls" )
15
15
id(" org.jetbrains.kotlin.plugin.serialization" )
16
16
id(" io.codearte.nexus-staging" )
17
17
}
@@ -22,7 +22,7 @@ buildscript {
22
22
gradlePluginPortal()
23
23
}
24
24
dependencies {
25
- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:_ " )
25
+ classpath(Kotlin .gradlePlugin )
26
26
classpath(" com.github.kt3k.coveralls:com.github.kt3k.coveralls.gradle.plugin:_" )
27
27
}
28
28
}
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ dependencies {
6
6
compileOnly(" com.fasterxml.jackson.core:jackson-databind:_" )
7
7
testImplementation(" com.fasterxml.jackson.core:jackson-databind:_" )
8
8
testImplementation(" io.strikt:strikt-jvm:_" )
9
- testImplementation(" com.oneeyedmen:okeydoke:2.0.3 " )
9
+ testImplementation(" com.oneeyedmen:okeydoke:_ " )
10
10
}
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ description = "ForkHandles state machine library"
3
3
dependencies {
4
4
api(project(" :result4k" ))
5
5
testImplementation(" io.strikt:strikt-jvm:_" )
6
- testImplementation(" com.oneeyedmen:okeydoke:2.0.3 " )
6
+ testImplementation(" com.oneeyedmen:okeydoke:_ " )
7
7
}
Original file line number Diff line number Diff line change 11
11
12
12
plugin.com.github.kt3k.coveralls =2.12.2
13
13
14
+ plugin.de.fayard.buildSrcLibs =0.60.5
15
+
16
+ plugin.io.github.gradle-nexus.publish-plugin =1.3.0
17
+
14
18
plugin.io.codearte.nexus-staging =0.30.0
15
19
16
20
plugin.me.champeau.jmh =0.7.2
17
21
22
+ version.com.oneeyedmen..okeydoke =2.0.3
23
+
18
24
version.com.fasterxml.jackson.core..jackson-databind =2.17.0
19
25
20
26
version.com.natpryce..hamkrest =1.8.0.1
@@ -29,6 +35,10 @@ version.kotest=5.6.2
29
35
# # # available=5.8.0
30
36
# # # available=5.8.1
31
37
38
+ version.org.openjdk.jmh..jmh-generator-bytecode =1.36
39
+
40
+ version.org.openjdk.jmh..jmh-core =1.36
41
+
32
42
version.kotlin =1.9.23
33
43
34
44
version.kotlinx.coroutines =1.8.0
You can’t perform that action at this time.
0 commit comments