Skip to content

Commit

Permalink
1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Nov 3, 2023
1 parent 92b0ed7 commit f3a0b68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* Этот репозиторий - проект Gradle, который должен быть открыт через IntelliJ IDEA или импортирован в Eclipse IDE с плагином Kotlin.
* Используемая версия Gradle - 8.4.
* Используемая версия Kotlin - 1.9.10.
* Используемая версия Kotlin - 1.9.20.
* Используемая версия JDK - Eclipse Temurin 1.8.0_392.

## Использование
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.time.LocalDate
import java.time.format.DateTimeFormatter

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.10'
id 'org.jetbrains.kotlin.jvm' version '1.9.20'
id 'application'
}

Expand All @@ -20,7 +20,7 @@ configurations {
}

dependencies {
embed 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10'
embed 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20'
}

kotlin {
Expand Down

0 comments on commit f3a0b68

Please sign in to comment.