Skip to content

Commit 1d03c6d

Browse files
committed
fix: correct pom.xml dependency coordinates
1 parent 31737a8 commit 1d03c6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
@@ -58,7 +58,7 @@
5858
</dependency>
5959
<!-- FastMouse - Native mouse inputs -->
6060
<dependency>
61-
<groupId>io.github.andrestubbe</groupId>
61+
<groupId>com.github.andrestubbe</groupId>
6262
<artifactId>FastMouse</artifactId>
6363
<version>0.1.0</version>
6464
</dependency>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>com.github.andrestubbe</groupId>
8080
<artifactId>FastANSI</artifactId>
81-
<version>main-SNAPSHOT</version>
81+
<version>0.1.0</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)