mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-03 15:10:14 +08:00
Use mirai-login-solver-selenium in jvmTest
This commit is contained in:
parent
53cb76f2cd
commit
c3bbabc274
@ -79,6 +79,7 @@ allprojects {
|
||||
maven(url = "https://kotlin.bintray.com/kotlinx")
|
||||
google()
|
||||
mavenCentral()
|
||||
maven(url = "https://dl.bintray.com/karlatemp/misc")
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
|
@ -121,6 +121,7 @@ kotlin {
|
||||
jvmTest {
|
||||
dependencies {
|
||||
implementation("org.pcap4j:pcap4j-distribution:1.8.2")
|
||||
implementation("net.mamoe:mirai-login-solver-selenium:1.0-dev-3")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user