Bumped Kotlin to version 1.9.23
Bumped Kotlin extension to version 0.9.3
This commit is contained in:
parent
cf0bafff94
commit
eea0eea5fa
3 changed files with 3 additions and 3 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue