Skip to content

Commit

Permalink
Merge branch 'master' into update/htmlunit-driver-4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 authored Dec 13, 2023
2 parents 5350eec + 8e01ec4 commit 5868819
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ developers := List(
Developer(id="darkfrog", name="Matt Hicks", email="[email protected]", 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"

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.3
sbt.version=1.9.7
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 5868819

Please sign in to comment.