Skip to content

Commit 39214e8

Browse files
committed
Updated README.md
1 parent 5fd2a62 commit 39214e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Simple project for Advent of Code 2023.
55
Planned to be done primarily in [Kotlin](https://kotlinlang.org). Please beware of code quality issues, because these
66
are early steps on Kotlin.
77

8-
If there will be major issues in solving the tasks in Kotlin these tasks may be solved in JAVA 17.
8+
If there will be major issues in solving the tasks in Kotlin these tasks may be solved in JAVA 21.
99

1010
For more information see https://adventofcode.com [2023](https://adventofcode.com/2023)
1111

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
// project meta data
66
group 'de.havox_design.aoc2023'
7-
version '0.10.1'
7+
version '0.10.2'
88

99
// Switch to gradle "all" distribution.
1010
wrapper {

0 commit comments

Comments
 (0)