Skip to content

Commit

Permalink
Change breaking import/config
Browse files Browse the repository at this point in the history
  • Loading branch information
jensjeflensje committed Dec 11, 2021
1 parent c436371 commit 28beb1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -24,8 +24,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>9</source>
<target>9</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>RELEASE</version>
<version>23.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Expand Up @@ -9,8 +9,7 @@
import dev.jensderuiter.websk.utils.adapter.SkriptAdapter;
import org.bukkit.event.Event;
import org.jetbrains.annotations.NotNull;

import javax.annotation.Nullable;
import org.jetbrains.annotations.Nullable;

/**
* By Sky, Olyno & SkriptLang team
Expand Down

0 comments on commit 28beb1d

Please sign in to comment.