From 645c61612b81a52bcabcb3982657456e93fa357d Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 15 Oct 2023 00:30:16 +0000 Subject: [PATCH 1/7] Update java-client to 8.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b2e2f14..b97248e 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ val spiceVersion: String = "0.1.10" val jsoupVersion: String = "1.16.1" -val appiumVersion: String = "8.5.1" +val appiumVersion: String = "8.6.0" val sourcecodeVersion: String = "0.3.0" From 53e023e58a90633d9ca61a0ce8d36a1c23e67043 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 22 Oct 2023 00:30:18 +0000 Subject: [PATCH 2/7] Update jsoup to 1.16.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b2e2f14..16a7de6 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ val seleniumVersion: String = "4.11.0" val spiceVersion: String = "0.1.10" -val jsoupVersion: String = "1.16.1" +val jsoupVersion: String = "1.16.2" val appiumVersion: String = "8.5.1" From 718eb0c0e076c7ff9d52dd82624151c4107cf139 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 29 Oct 2023 00:29:55 +0000 Subject: [PATCH 3/7] Update sbt to 1.9.7 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 514242fdc2703fbbc3014220a6274a3ed7ca59eb Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 19 Nov 2023 00:31:58 +0000 Subject: [PATCH 4/7] Update spice-client-okhttp, ... to 0.1.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b2e2f14..3f2c268 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ val scribeVersion: String = "3.11.9" val seleniumVersion: String = "4.11.0" -val spiceVersion: String = "0.1.10" +val spiceVersion: String = "0.1.12" val jsoupVersion: String = "1.16.1" From 42b6e26fd172438c184a2c5c4529e9c5c6ca80c5 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 19 Nov 2023 00:32:12 +0000 Subject: [PATCH 5/7] Update sbt-sonatype to 3.10.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e0eeef72e6098f96394da0ec018017f89c916af0 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 10 Dec 2023 00:33:17 +0000 Subject: [PATCH 6/7] Update scribe-slf4j2 to 3.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b2e2f14..0c83928 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ 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.11.0" From 42ddbe4b5cd1c8bc267b8f024065a1961f6f33d7 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 10 Dec 2023 00:33:27 +0000 Subject: [PATCH 7/7] Update selenium-api, ... to 4.16.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b2e2f14..c1e5f40 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ developers := List( val scribeVersion: String = "3.11.9" -val seleniumVersion: String = "4.11.0" +val seleniumVersion: String = "4.16.1" val spiceVersion: String = "0.1.10"