Skip to content

Commit

Permalink
Update dough
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshyDev committed Dec 25, 2023
1 parent 931218f commit 2d7a221
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
<dependency>
<groupId>com.github.baked-libs.dough</groupId>
<artifactId>dough-api</artifactId>
<version>4b28bd408e</version>
<version>da42c2f268</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -513,6 +513,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.mojang</groupId>
<artifactId>authlib</artifactId>
<version>1.5.25</version>
<scope>provided</scope>
</dependency>
<!-- TODO: Remove this dependency -->
<dependency>
<groupId>commons-lang</groupId>
Expand Down

0 comments on commit 2d7a221

Please sign in to comment.