diff --git a/build.sbt b/build.sbt index 7710f0b..e63ce5e 100644 --- a/build.sbt +++ b/build.sbt @@ -32,9 +32,9 @@ developers := List( val scribeVersion: String = "3.13.0" -val seleniumVersion: String = "4.18.1" +val seleniumVersion: String = "4.26.0" -val spiceVersion: String = "0.5.4" +val spiceVersion: String = "0.5.16" val jsoupVersion: String = "1.17.2" diff --git a/project/build.properties b/project/build.properties index 4d5f78c..c7450fc 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 \ No newline at end of file +sbt.version=1.10.5 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index c9d0822..428c708 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,3 @@ -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") + addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") \ No newline at end of file