mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 22:27:31 +00:00
Compare commits
2 Commits
082e88f95e
...
0bfeb9a1ad
Author | SHA1 | Date | |
---|---|---|---|
|
0bfeb9a1ad | ||
818cb21df7 |
@ -13,5 +13,5 @@ allprojects {
|
|||||||
|
|
||||||
}
|
}
|
||||||
group = "net.lamgc"
|
group = "net.lamgc"
|
||||||
version = "0.8.0"
|
version = "0.8.0-1"
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ dependencies {
|
|||||||
api(project(":scalabot-meta"))
|
api(project(":scalabot-meta"))
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
|
||||||
testImplementation("org.mockito:mockito-core:5.11.0")
|
testImplementation("org.mockito:mockito-core:5.14.2")
|
||||||
testImplementation("org.telegram:telegrambots-client:8.0.0")
|
testImplementation("org.telegram:telegrambots-client:8.0.0")
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user