Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Sep 3, 2024
1 parent 1255adc commit 9be7458
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import org.jetbrains.changelog.Changelog.OutputType.HTML

plugins {
kotlin("jvm") version "1.9.0"
id("org.jetbrains.intellij") version "1.15.0"
id("com.github.ben-manes.versions") version "0.47.0"
id("org.jetbrains.changelog") version "2.1.2"
id("org.jetbrains.intellij") version "1.17.4"
id("com.github.ben-manes.versions") version "0.51.0"
id("org.jetbrains.changelog") version "2.2.1"
}

group = "org.openasr"
Expand All @@ -17,7 +17,7 @@ java {
}

intellij {
version = "2023.1" // The version of the IntelliJ Platform IDE that will be used to build the plugin
version = "2024.2" // The version of the IntelliJ Platform IDE that will be used to build the plugin
pluginName = "idiolect"
updateSinceUntilBuild = false
plugins = listOf("java")
Expand Down Expand Up @@ -111,14 +111,14 @@ repositories {
}

dependencies {
implementation("net.java.dev.jna:jna:5.13.0")
implementation("net.java.dev.jna:jna:5.14.0")
implementation("com.alphacephei:vosk:0.3.45")
implementation("io.github.jonelo:jadapter-for-native-tts:0.12.0")
implementation("com.theokanning.openai-gpt3-java:service:0.14.0")
implementation("com.theokanning.openai-gpt3-java:service:0.18.2")
// implementation("com.aallam.openai:openai-client:3.2.3") // thto
testImplementation("org.reflections:reflections:0.10.2")
testImplementation("ai.hypergraph:kaliningraph:0.2.1") {
exclude(group = "org.sosy-lab")
}
testImplementation("io.mockk:mockk:1.13.5")
testImplementation("io.mockk:mockk:1.13.12")
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 9be7458

Please sign in to comment.