File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Check out the following links to learn how to use FastJ:
6464Please view the [build.gradle](build.gradle.kts) file -- it contains general instructions for modifying the base example.
6565
6666
67- [jdk-link]: https://adoptopenjdk .net/? variant=openjdk16 " Java JDK Download"
67+ [jdk-link]: https://adoptium .net/? variant=openjdk17 " Java JDK Download"
6868[Terminals Are Different]: https://gist.github.com/lucasstarsz/9bbc306f8655b916367d557043e498ad " Terminals Access Files Differently"
6969[example-programs-readme-link]: http://fastj.me/tree/main/src/example " FastJ Examples"
7070[documentation-link]: https://javadoc.io/doc/io.github.lucasstarsz.fastj/fastj-library " FastJ API Documentation"
Original file line number Diff line number Diff line change 66
77plugins {
88 /* To begin with, Gradle needs the "kotlin" plugin so that it knows this is a Kotlin project. */
9- kotlin(" jvm" ) version " 1.5.20 "
9+ kotlin(" jvm" ) version " 1.6.21 "
1010 /* This template is for an application -- we"ll need this plugin to make sure Gradle knows
1111 * this, too. */
1212 application
@@ -43,9 +43,9 @@ repositories.maven {
4343repositories.mavenCentral()
4444
4545/* The dependency for FastJ, the game engine this template depends on. */
46- dependencies.implementation(" com.github.fastjengine:FastJ:1.6.0-SNAPSHOT-3 " )
46+ dependencies.implementation(" com.github.fastjengine:FastJ:1.6.0" )
4747/* We'll stick with the simplest logging option for now -- you can change it however you need. */
48- dependencies.implementation(" org.slf4j:slf4j-simple:2.0.0-alpha3 " )
48+ dependencies.implementation(" org.slf4j:slf4j-simple:2.0.0-alpha5 " )
4949
5050/* To make Kotlin compile and run properly with Gradle, this adds your Kotlin code to the Java
5151 * source sets. */
You can’t perform that action at this time.
0 commit comments