Skip to content

Commit fd9a6f3

Browse files
committed
Update minimum Java version to 17
Update version to `2025.10.1`
1 parent 78802f7 commit fd9a6f3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Add VTerminal as a dependency.
4848

4949
```
5050
dependencies {
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"
8585
Add 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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
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>

0 commit comments

Comments
 (0)