Skip to content

Commit 6be021a

Browse files
committed
update intellij
1 parent 190122c commit 6be021a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414

1515
group = "com.wsl.symlinks"
16-
version = "2023.3.9"
16+
version = "2024.1.0"
1717

1818
// Configure project's dependencies
1919
repositories {
@@ -38,7 +38,7 @@ intellij {
3838

3939
// see https://www.jetbrains.com/intellij-repository/releases/
4040
// and https://www.jetbrains.com/intellij-repository/snapshots/
41-
version.set("2023.3")
41+
version.set("2024.1")
4242
type.set("IU")
4343

4444
downloadSources.set(!System.getenv().containsKey("CI"))

0 commit comments

Comments
 (0)