We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb0a2a commit c2f3f2bCopy full SHA for c2f3f2b
2 files changed
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: Java CI with Maven
+name: CI
2
3
on:
4
push:
README.md
@@ -69,7 +69,7 @@ Java 17 (dev):
69
<dependency>
70
<groupId>org.comtel2000</groupId>
71
<artifactId>fx-onscreen-keyboard</artifactId>
72
- <version>17.0.1</version>
+ <version>17.0.2</version>
73
</dependency>
74
```
75
0 commit comments