Skip to content

Commit 8dec0e9

Browse files
committed
simplify gradle config
1 parent 6dd38ff commit 8dec0e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ repositories {
1010
}
1111

1212
dependencies {
13-
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
14-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
13+
implementation("org.jetbrains.kotlin:kotlin-stdlib")
1514
implementation("org.seleniumhq.selenium:selenium-java:4.5.0")
16-
api("com.github.sam-rosenthal:java-cssSelector-to-xpath:V1.0.0RC1")
15+
implementation("com.github.sam-rosenthal:java-cssSelector-to-xpath:V1.0.0RC1")
1716
testImplementation(kotlin("test"))
1817
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1")
1918
testImplementation("io.github.bonigarcia:webdrivermanager:5.3.0")

0 commit comments

Comments
 (0)