Skip to content

Commit

Permalink
Fix EmojiParser import to match recent DiscordSRV relocation.
Browse files Browse the repository at this point in the history
Bump version and LICENSE year.
  • Loading branch information
RezzedUp committed Jan 9, 2021
1 parent dc80a8d commit 39597f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2020 RezzedUp
Copyright (c) 2017-2021 RezzedUp

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.rezzedup</groupId>
<artifactId>discordsrv-staff-chat</artifactId>
<name>DiscordSRV-Staff-Chat</name>
<version>1.3.2</version>
<version>1.3.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
<version>1.16.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!--
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>com.discordsrv</groupId>
<artifactId>discordsrv</artifactId>
<version>1.19.1</version>
<version>1.21.2</version>
<scope>provided</scope>
</dependency>
<!--
Expand All @@ -68,7 +68,7 @@
</dependencies>

<build>
<defaultGoal>install</defaultGoal>
<defaultGoal>package</defaultGoal>
<finalName>${project.name}-${project.version}</finalName>
<plugins>
<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import com.rezzedup.discordsrv.staffchat.util.Events;
import com.rezzedup.discordsrv.staffchat.util.MappedPlaceholder;
import com.rezzedup.discordsrv.staffchat.util.Strings;
import com.vdurmont.emoji.EmojiParser;
import github.scarsz.discordsrv.DiscordSRV;
import github.scarsz.discordsrv.dependencies.emoji.EmojiParser;
import github.scarsz.discordsrv.dependencies.jda.api.entities.Message;
import github.scarsz.discordsrv.dependencies.jda.api.entities.TextChannel;
import github.scarsz.discordsrv.dependencies.jda.api.entities.User;
Expand Down

0 comments on commit 39597f8

Please sign in to comment.