Skip to content

Commit 23da1a3

Browse files
Bump kotlin_version from 1.9.0 to 2.1.0
Bumps `kotlin_version` from 1.9.0 to 2.1.0. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.0 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.0...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.0 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.0...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f5e5e9 commit 23da1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
kotlin_version = '1.9.0'
3+
kotlin_version = '2.1.0'
44
// wait for upstream https://github.com/mockito/mockito/issues/2007
55
mockito_version = '3.4.6'
66
threetenbp_version = '1.6.8'

0 commit comments

Comments
 (0)