Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-pgp-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 authored Nov 15, 2024
2 parents c9cc30a + 262e240 commit 472c099
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

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.9
sbt.version=1.10.5
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 472c099

Please sign in to comment.