Updated dependencies and copyright.

This commit is contained in:
Erik C. Thauvin 2022-01-03 14:35:44 -08:00
parent 8c5f4a72fa
commit e01ea7882f
30 changed files with 933 additions and 686 deletions

View file

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