Skip to content

1.1.1-SNAPSHOT-211213a

Compare
Choose a tag to compare
@mingtsay mingtsay released this 13 Dec 06:33
· 21 commits to master since this release
  • Upgrade Kotlin Version to 1.3.50 → 1.6.0
  • Upgrade dependencies:
    • commons-cli:commons-cli 1.4 → 1.5.0
    • org.telegram:telegrambots 3.6 → 5.5.0
    • com.squareup.okhttp3:okhttp 4.2.1 → 4.9.3
    • com.beust:klaxon 5.0.13 → 5.5
    • org.junit.jupiter:junit-jupiter-api 5.1.0 → 5.8.2
  • Update Telegram Bots API imports (add meta in the package name for some imports)
  • Update Kotlin Array API replace minBy and maxBy by minByOrNull and maxByOrNull