Skip to content

Commit aec68c0

Browse files
committed
Updates
1 parent 0a00c4e commit aec68c0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ val developerURL: String = "https://matthicks.com"
99

1010
name := projectName
1111
ThisBuild / organization := org
12-
ThisBuild / version := "2.0.0-SNAPSHOT4"
12+
ThisBuild / version := "2.0.0-SNAPSHOT5"
1313
ThisBuild / scalaVersion := "2.13.16"
1414
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
1515

@@ -43,15 +43,15 @@ ThisBuild / Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oDF
4343

4444
val scribeVersion: String = "3.16.0"
4545

46-
val rapidVersion: String = "0.9.1"
46+
val rapidVersion: String = "0.10.0"
4747

48-
val spiceVersion: String = "0.8.0"
48+
val spiceVersion: String = "0.8.2"
4949

50-
val seleniumVersion: String = "4.27.0"
50+
val seleniumVersion: String = "4.28.1"
5151

5252
val jsoupVersion: String = "1.18.3"
5353

54-
val appiumVersion: String = "9.3.0"
54+
val appiumVersion: String = "9.4.0"
5555

5656
val sourcecodeVersion: String = "0.4.2"
5757

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
22

3-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
3+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")

0 commit comments

Comments
 (0)