Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Apr 16, 2024
1 parent 36c6e52 commit 87e95fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import java.nio.charset.StandardCharsets
plugins {
// This is an Architectury repository, as such the relevant plugins are needed
id("architectury-plugin") version "3.4-SNAPSHOT"
id("dev.architectury.loom") version "1.4-SNAPSHOT" apply false
id("dev.architectury.loom") version "1.5-SNAPSHOT" apply false
// The shadow plugin is used in both Architectury and when including JDA and Exposed
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
// Since this mod/bot is written in Kotlin and expected to run on Minecraft and as such
// the JVM, the Kotlin plugin is needed
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.23"
// For generating documentation based on comments in the code
id("org.jetbrains.dokka") version "1.9.10"
java
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G
# Minecraft things
enabledPlatforms=fabric,forge
# Specified here because it's used in both the fabric and common subproject
fabricLoaderVersion=0.15.7
fabricLoaderVersion=0.15.10

version=1.2.1
group=dev.erdragh.astralbot
Expand All @@ -15,8 +15,8 @@ parchmentVersion=2023.09.03
forgeConfigAPIVersion=8.0.0

# Discord Interactions
jdaVersion=5.0.0-beta.21
jdaVersion=5.0.0-beta.22

# Database Interactions
exposedVersion=0.48.0
exposedVersion=0.49.0
sqliteJDBCVersion=3.44.1.0

0 comments on commit 87e95fe

Please sign in to comment.