Skip to content

Commit 31c7c59

Browse files
Update all dependencies (#64)
| datasource | package | from | to | | -------------- | ------------------------------------------------------------------------------------------------- | ----------- | ------------ | | gradle-version | gradle | 8.5 | 8.6 | | maven | org.jetbrains.kotlinx:kotlinx-serialization-json | 1.6.2 | 1.6.3 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.5 | 0.7.6 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-test | 1.7.3 | 1.8.0 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.7.3 | 1.8.0 | | maven | io.arrow-kt.arrow-gradle-config-kotlin:io.arrow-kt.arrow-gradle-config-kotlin.gradle.plugin | 0.12.0-rc.6 | 0.12.0-rc.24 | | maven | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin | 0.12.0-rc.6 | 0.12.0-rc.24 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5725366 commit 31c7c59

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew.bat

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
4343
%JAVA_EXE% -version >NUL 2>&1
4444
if %ERRORLEVEL% equ 0 goto execute
4545

46-
echo.
47-
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48-
echo.
49-
echo Please set the JAVA_HOME variable in your environment to match the
50-
echo location of your Java installation.
46+
echo. 1>&2
47+
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
48+
echo. 1>&2
49+
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
50+
echo location of your Java installation. 1>&2
5151

5252
goto fail
5353

@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5757

5858
if exist "%JAVA_EXE%" goto execute
5959

60-
echo.
61-
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62-
echo.
63-
echo Please set the JAVA_HOME variable in your environment to match the
64-
echo location of your Java installation.
60+
echo. 1>&2
61+
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
62+
echo. 1>&2
63+
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
64+
echo location of your Java installation. 1>&2
6565

6666
goto fail
6767

libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22
arrow = "1.2.1"
3-
arrowGradle = "0.12.0-rc.6"
4-
coroutines = "1.7.3"
3+
arrowGradle = "0.12.0-rc.24"
4+
coroutines = "1.8.0"
55
dokka = "1.9.10"
66
kotlin = "1.9.22"
77
kotest = "5.8.0"
88
kotest-plugin = "5.8.0"
9-
kover = "0.7.5"
9+
kover = "0.7.6"
1010
detekt = "1.23.5"
1111
kotest-arrow="1.4.0"
12-
kotlinx-json="1.6.2"
12+
kotlinx-json="1.6.3"
1313
kotlinx-knit="0.5.0"
1414
publish="0.27.0"
1515
knit="0.5.0"

0 commit comments

Comments
 (0)