File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,18 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinCompile
44
55plugins {
66 kotlin(" jvm" ) version embeddedKotlinVersion
7- id(" elect86.magik" ) version " 0.3.1 "
7+ id(" elect86.magik" ) version " 0.3.2 "
88 `maven- publish`
99}
1010
1111repositories { mavenCentral() }
1212
1313dependencies {
14- testImplementation(" io.kotest:kotest-runner-junit5:5.4.1 " )
15- testImplementation(" io.kotest:kotest-assertions-core:5.4.1 " )
14+ testImplementation(" io.kotest:kotest-runner-junit5:5.5.5 " )
15+ testImplementation(" io.kotest:kotest-assertions-core:5.5.5 " )
1616}
1717
1818kotlin.jvmToolchain {
19- this as JavaToolchainSpec
2019 languageVersion.set(JavaLanguageVersion .of(8 ))
2120}
2221
@@ -42,4 +41,4 @@ publishing {
4241 }
4342}
4443
45- java { withSourcesJar() }
44+ java. withSourcesJar()
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
7- distributionSha256Sum =f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -bin.zip
7+ distributionSha256Sum =ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pluginManagement {
1010
1111gradle.rootProject {
1212 group = " kotlin.graphics"
13- version = " 3.3.31 "
13+ version = " 3.3.32 "
1414}
1515
1616// includeBuild("../magik")
You can’t perform that action at this time.
0 commit comments