Updated dependencies

This commit is contained in:
Erik C. Thauvin 2022-04-28 21:55:25 -07:00
parent e01ea7882f
commit 2ce19a215f
8 changed files with 21 additions and 16 deletions

View file

@ -1,8 +1,8 @@
plugins {
id("application")
id("com.github.ben-manes.versions") version "0.40.0"
kotlin("jvm") version "1.6.10"
kotlin("kapt") version "1.6.10"
id("com.github.ben-manes.versions") version "0.42.0"
kotlin("jvm") version "1.6.21"
kotlin("kapt") version "1.6.21"
}
// ./gradlew