1 parent 31737a8 commit 1d03c6dCopy full SHA for 1d03c6d
1 file changed
pom.xml
@@ -1,4 +1,4 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
@@ -58,7 +58,7 @@
58
</dependency>
59
<!-- FastMouse - Native mouse inputs -->
60
<dependency>
61
- <groupId>io.github.andrestubbe</groupId>
+ <groupId>com.github.andrestubbe</groupId>
62
<artifactId>FastMouse</artifactId>
63
<version>0.1.0</version>
64
@@ -78,7 +78,7 @@
78
79
<groupId>com.github.andrestubbe</groupId>
80
<artifactId>FastANSI</artifactId>
81
- <version>main-SNAPSHOT</version>
+ <version>0.1.0</version>
82
83
84
<groupId>org.junit.jupiter</groupId>
0 commit comments