Skip to content

Commit

Permalink
chore(deps): bumps kotlin to 1.9.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Oct 1, 2023
1 parent cb36e72 commit 673dc3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ buildscript {
}

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.8.22' apply false
id 'org.jetbrains.kotlin.jvm' version '1.9.10' apply false
}

ext {
kotlin_version = '1.8.22'
kotlin_version = '1.9.10'

try {
awsCredentials = new ProfileCredentialsProvider().credentials
Expand Down

0 comments on commit 673dc3a

Please sign in to comment.