Skip to content

Commit 020f574

Browse files
authored
Merge pull request #93 from LFDT-web3j/upgrade_besu_java
upgrade kotlin due tu pipeline failing issue
2 parents 8ae6f02 + 73b38ab commit 020f574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### Bug Fixes
99

10-
*
10+
* Upgrade kotlin to 2.1.0 for fixing pipeline run [#93](https://github.com/LFDT-web3j/web3j-unit/pull/93)
1111

1212
### Features
1313

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'com.diffplug.spotless' version '6.25.0'
66
id 'io.codearte.nexus-staging' version '0.30.0'
77
id 'de.marcphilipp.nexus-publish' version '0.4.0'
8-
id 'org.jetbrains.kotlin.jvm' version '1.9.24'
8+
id 'org.jetbrains.kotlin.jvm' version '2.1.0'
99
id 'de.undercouch.download' version '4.1.2'
1010
}
1111

0 commit comments

Comments
 (0)