Skip to content

Commit

Permalink
Update remote-fixtures, remote-robot to 0.11.22 (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 6, 2024
1 parent 1dd4bfe commit a92721d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ object Dependencies {

val jGit = "org.eclipse.jgit" % "org.eclipse.jgit" % "6.7.0.202309050840-r"

val remoteRobot = "com.intellij.remoterobot" % "remote-robot" % "0.11.20"
val remoteRobot = "com.intellij.remoterobot" % "remote-robot" % "0.11.22"

val remoteRobotFixtures = "com.intellij.remoterobot" % "remote-fixtures" % "0.11.20"
val remoteRobotFixtures = "com.intellij.remoterobot" % "remote-fixtures" % "0.11.22"

val gson = "com.google.code.gson" % "gson" % "2.10.1"

Expand Down

0 comments on commit a92721d

Please sign in to comment.