Hi, any idea as to why when I change the version of my plugin in the pom.xml it doesn't let me? (I'm using intelIj)
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
here ↑