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 2121 uses : actions/setup-java@v4
2222 with :
2323 distribution : ' zulu'
24- java-version : 11
24+ java-version : 17
2525 java-package : jdk
2626 architecture : x64
2727
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Add VTerminal as a dependency.
4848
4949```
5050dependencies {
51- implementation 'com.github.Valkryst:VTerminal:2025.6.3 '
51+ implementation 'com.github.Valkryst:VTerminal:2025.10.1 '
5252}
5353```
5454
@@ -70,7 +70,7 @@ Add VTerminal as a dependency.
7070<dependency >
7171 <groupId >com.github.Valkryst</groupId >
7272 <artifactId >VTerminal</artifactId >
73- <version >2025.6.3 </version >
73+ <version >2025.10.1 </version >
7474</dependency >
7575```
7676
@@ -85,7 +85,7 @@ resolvers += "jitpack" at "https://jitpack.io"
8585Add VTerminal as a dependency.
8686
8787```
88- libraryDependencies += "com.github.Valkryst" % "VTerminal" % "2025.6.3 "
88+ libraryDependencies += "com.github.Valkryst" % "VTerminal" % "2025.10.1 "
8989```
9090
9191## Media
Original file line number Diff line number Diff line change 66
77 <groupId >com.github.Valkryst</groupId >
88 <artifactId >VTerminal</artifactId >
9- <version >2025.6.3 </version >
9+ <version >2025.10.1 </version >
1010 <packaging >jar</packaging >
1111 <name >${project.artifactId} </name >
1212
1313 <properties >
14- <maven .compiler.release>11 </maven .compiler.release>
14+ <maven .compiler.release>17 </maven .compiler.release>
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1616 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1717 </properties >
You can’t perform that action at this time.
0 commit comments