Skip to content

Commit

Permalink
assertj-swing-junit -> assertj-swing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkfl3x committed Nov 28, 2023
1 parent ff1d138 commit f8c36dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion remote-robot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.jetbrains.kotlin:kotlin-reflect")

api("org.assertj:assertj-swing-junit:3.17.1")
api("org.assertj:assertj-swing:3.17.1")
api("org.slf4j:slf4j-api:2.0.9")

implementation("com.squareup.retrofit2:retrofit:2.9.0")
Expand Down
2 changes: 1 addition & 1 deletion robot-server-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
api(project(":remote-robot"))

implementation("org.mozilla:rhino:1.7.14")
implementation("org.assertj:assertj-swing-junit:3.17.1")
implementation("org.assertj:assertj-swing:3.17.1")
implementation("net.bytebuddy:byte-buddy-dep:1.14.5")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
Expand Down

0 comments on commit f8c36dd

Please sign in to comment.