File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ Edit `src/main/java/org/example/Main.java` to start writing your code.
2727
2828## Technology Stack
2929
30- - Processing: 4.3.3
30+ - Processing: 4.4.10
3131- Gradle: 9.0.0
3232- Java(JDK): 17
3333- JOGL/GlueGen: 2.5.0
34- - Kotlin Standard Library: 2.2.20
34+ - Kotlin Standard Library: 2.2.20
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ chmod +x gradlew
2727
2828## 技術スタック
2929
30- - Processing: 4.3.3
30+ - Processing: 4.4.10
3131- Gradle: 9.0.0
3232- Java(JDK): 17
3333- JOGL/GlueGen: 2.5.0
34- - Kotlin Standard Library: 2.2.20
34+ - Kotlin Standard Library: 2.2.20
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " org.example"
7- version = " 1.0-SNAPSHOT "
7+ version = " 1.0"
88
99repositories {
1010 mavenCentral()
1717 }
1818}
1919
20- val processingVersion = " 4.3.3 "
20+ val processingVersion = " 4.4.10 "
2121val joglVersion = " 2.5.0"
2222
2323dependencies {
You can’t perform that action at this time.
0 commit comments