diff --git a/build.sbt b/build.sbt index cd0bbd4..744ff6a 100644 --- a/build.sbt +++ b/build.sbt @@ -30,15 +30,15 @@ developers := List( Developer(id="darkfrog", name="Matt Hicks", email="matt@matthicks.com", url=url("https://matthicks.com")) ) -val scribeVersion: String = "3.11.9" +val scribeVersion: String = "3.13.0" -val seleniumVersion: String = "4.13.0" +val seleniumVersion: String = "4.16.1" -val spiceVersion: String = "0.1.10" +val spiceVersion: String = "0.1.12" -val jsoupVersion: String = "1.16.1" +val jsoupVersion: String = "1.16.2" -val appiumVersion: String = "8.5.1" +val appiumVersion: String = "8.6.0" val sourcecodeVersion: String = "0.3.0" diff --git a/project/build.properties b/project/build.properties index e2e1cd8..d415199 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.3 \ No newline at end of file +sbt.version=1.9.7 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 9946d0c..dd24c2a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") \ No newline at end of file