We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ae6f02 + 73b38ab commit 020f574Copy full SHA for 020f574
2 files changed
CHANGELOG.md
@@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
7
8
### Bug Fixes
9
10
-*
+* Upgrade kotlin to 2.1.0 for fixing pipeline run [#93](https://github.com/LFDT-web3j/web3j-unit/pull/93)
11
12
### Features
13
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
id 'com.diffplug.spotless' version '6.25.0'
6
id 'io.codearte.nexus-staging' version '0.30.0'
id 'de.marcphilipp.nexus-publish' version '0.4.0'
- id 'org.jetbrains.kotlin.jvm' version '1.9.24'
+ id 'org.jetbrains.kotlin.jvm' version '2.1.0'
id 'de.undercouch.download' version '4.1.2'
}
0 commit comments