Skip to content

Commit

Permalink
Update JetBrains' Exposed to prevent issues with Ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Feb 8, 2025
1 parent 82750e6 commit f23f8a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.5.5
Update JetBrains' Exposed to prevent issues with Ledger

# 1.5.4
Fix Forge jars published

# 1.5.3
- Unlink users on leave
- Update Dependencies
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G -XX:ThreadStackSize=4096 -XX:CompilerThreadStackSize=4
# Minecraft things
enabledPlatforms=fabric,neoforge

version=1.5.3
version=1.5.5
group=dev.erdragh.astralbot
modName=AstralBot
modId=astralbot
Expand Down
2 changes: 1 addition & 1 deletion gradle/exposed.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
exposed = "0.55.0"
exposed = "0.59.0"

[libraries]
core = { group = "org.jetbrains.exposed", name = "exposed-core", version.ref = "exposed" }
Expand Down

0 comments on commit f23f8a0

Please sign in to comment.