Skip to content

Commit

Permalink
54: Upgrade to Kotlin 2.0.20 (#62)
Browse files Browse the repository at this point in the history
Closes #54
  • Loading branch information
Nava2 authored Sep 11, 2024
1 parent 5abebfc commit bd03292
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
### Gradle ###
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### Kotlin ###
.kotlin/

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
Expand Down Expand Up @@ -39,4 +43,4 @@ bin/
.vscode/

### Mac OS ###
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
assertj = "3.20.2"
detekt = "1.23.7"
guava = "33.3.0-jre"
kotlin = "1.9.24"
kotlin = "2.0.20"
junit-jupiter = "5.11.0"
junit-platform = "1.11.0"

Expand Down

0 comments on commit bd03292

Please sign in to comment.