Skip to content

Commit 7783172

Browse files
authored
Bump version to 3.5
1 parent 7280743 commit 7783172

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@ plugins {
44
}
55

66
group 'MIAT'
7-
version '3.0'
7+
version '3.5'
88

99
repositories {
1010
gradlePluginPortal()
1111
mavenCentral()
12+
maven { url 'https://jitpack.io' }
1213
}
1314

1415
dependencies {
1516
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
1617
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
1718
implementation 'org.javacord:javacord:3.8.0'
1819
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
20+
implementation 'com.github.therealbush:translator:1.0.2'
21+
implementation "com.deepl.api:deepl-java:1.3.0"
22+
implementation 'org.json:json:20230618'
1923
}
2024

2125
jar {

0 commit comments

Comments
 (0)