Bump Kotlin to version 2.1.21

This commit is contained in:
Erik C. Thauvin 2025-05-28 20:09:37 -07:00
parent 14418918ee
commit 6b1b7fe0d0
Signed by: erik
GPG key ID: 776702A6A2DA330E
8 changed files with 15 additions and 15 deletions

View file

@ -1,7 +1,7 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.downloadLocation=
bld.extension-kotlin=com.uwyn.rife2:bld-kotlin:1.0.4
bld.extension-kotlin=com.uwyn.rife2:bld-kotlin:1.1.0-SNAPSHOT
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.sourceDirectories=
bld.version=2.2.1

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KotlinJpsPluginSettings">
<option name="version" value="2.1.20" />
<option name="version" value="2.1.21" />
</component>
</project>
</project>

View file

@ -1,7 +1,7 @@
plugins {
id("application")
id("com.github.ben-manes.versions") version "0.51.0"
kotlin("jvm") version "2.1.20"
kotlin("jvm") version "2.1.21"
}
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)