Bumped Kotlin to version 1.9.23

Bumped Kotlin extension to version 0.9.3
This commit is contained in:
Erik C. Thauvin 2024-03-10 00:06:30 -08:00
parent cf0bafff94
commit eea0eea5fa
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@ public class MobibotBuild extends Project {
SONATYPE_SNAPSHOTS_LEGACY);
var log4j = version(2, 23, 0);
var kotlin = version(1, 9, 22);
var kotlin = version(1, 9, 23);
scope(compile)
// PircBotX
.include(dependency("com.github.pircbotx", "pircbotx", "2.3.1"))