Skip to content

Commit 8523598

Browse files
authored
update to 2025.3 (#298)
1 parent ddaa8ee commit 8523598

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ PublishToken="_PLACEHOLDER_"
1515
# Release: 2020.2
1616
# EAP: 2020.3-EAP2-SNAPSHOT
1717
# Nightly: 2020.3-SNAPSHOT
18-
ProductVersion=2025.2
19-
PluginVersion=2025.2
18+
ProductVersion=2025.3
19+
PluginVersion=2025.3.0
2020

2121
# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE
2222
# https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kotlin = "2.2.10" # https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
3-
rdGen = "2025.2.3" # https://github.com/JetBrains/rd/releases
2+
kotlin = "2.2.21" # https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
3+
rdGen = "2025.3.1" # https://github.com/JetBrains/rd/releases
44

55
[libraries]
66
kotlinStdLib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" }

src/dotnet/Plugin.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SdkVersion>2025.2.0</SdkVersion>
3+
<SdkVersion>2025.3.0</SdkVersion>
44
<Title>CleanCode</Title>
55
<Description>Automates some of the concepts in Uncle Bob's Clean Code book</Description>
66
<Authors>Martin Oehlert, Hadi Hariri, Matt Ellis</Authors>
@@ -10,4 +10,4 @@
1010
<PackageLicenseUrl>https://raw.github.com/MO2k4/CleanCode/master/license.txt</PackageLicenseUrl>
1111
<PackageIconUrl>https://raw.githubusercontent.com/MO2k4/CleanCode/master/logo.png</PackageIconUrl>
1212
</PropertyGroup>
13-
</Project>
13+
</Project>

0 commit comments

Comments
 (0)