Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Oct 10, 2023
2 parents e1f306a + 6e025ec commit 363984f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<bungeecord.version>1.19-R0.1-SNAPSHOT</bungeecord.version>
<lamp.command-library.version>3.2.5</lamp.command-library.version>
<lamp.command-library.version>3.1.7</lamp.command-library.version>
<adventure.bungee.version>4.3.0</adventure.bungee.version>
<telegram.api.version>6.5.0</telegram.api.version>
<vk.api.version>0.4.2</vk.api.version>
Expand Down Expand Up @@ -60,7 +60,7 @@

<!-- Lamp Bungee Module -->
<dependency>
<groupId>com.github.bivashy.Lamp</groupId>
<groupId>com.github.Revxrsal.Lamp</groupId>
<artifactId>bungee</artifactId>
<version>${lamp.command-library.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<zxing.library.version>3.5.1</zxing.library.version>
<configuration-library.version>4.0.2</configuration-library.version>
<configurate.version>4.1.2</configurate.version>
<lamp.command-library.version>3.2.5</lamp.command-library.version>
<lamp.command-library.version>3.1.7</lamp.command-library.version>
<vk-lamp-module.version>1.0.0</vk-lamp-module.version>
<telegram-lamp-module.version>1.0.0</telegram-lamp-module.version>
<java-telegram-bot-api.version>6.5.0</java-telegram-bot-api.version>
Expand Down Expand Up @@ -87,7 +87,7 @@

<!-- Lamp Core Command Library -->
<dependency>
<groupId>com.github.bivashy.Lamp</groupId>
<groupId>com.github.Revxrsal.Lamp</groupId>
<artifactId>common</artifactId>
<version>${lamp.command-library.version}</version>
</dependency>
Expand All @@ -114,7 +114,7 @@

<!-- Lamp discord module -->
<dependency>
<groupId>com.github.bivashy.Lamp</groupId>
<groupId>com.github.Revxrsal.Lamp</groupId>
<artifactId>jda</artifactId>
<version>${lamp.command-library.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<velocity-proxy.version>3.0.1</velocity-proxy.version>
<vk.api.version>0.4.2</vk.api.version>
<telegram.api.version>6.1.0</telegram.api.version>
<lamp.command-library.version>3.2.5</lamp.command-library.version>
<lamp.command-library.version>3.1.7</lamp.command-library.version>
<libby.version>2.0.0</libby.version>
<nanolimbo.version>1.0.6</nanolimbo.version>

Expand Down Expand Up @@ -55,7 +55,7 @@

<!-- Lamp Velocity Module -->
<dependency>
<groupId>com.github.bivashy.Lamp</groupId>
<groupId>com.github.Revxrsal.Lamp</groupId>
<artifactId>velocity</artifactId>
<version>${lamp.command-library.version}</version>
</dependency>
Expand Down

0 comments on commit 363984f

Please sign in to comment.