Dependency version updates.
All checks were successful
/ test (push) Successful in 1m40s

This commit is contained in:
Pat Garrity 2024-03-16 21:55:22 -05:00
parent 4eafc00fc6
commit 22636ad013
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
val scala3: String = "3.3.1" val scala3: String = "3.4.0"
ThisBuild / scalaVersion := scala3 ThisBuild / scalaVersion := scala3
ThisBuild / versionScheme := Some("semver-spec") ThisBuild / versionScheme := Some("semver-spec")

View file

@ -1 +1 @@
sbt.version=1.9.8 sbt.version=1.9.9

View file

@ -5,6 +5,6 @@ externalResolvers := Seq(
"Garrity Software Releases" at "https://maven.garrity.co/gs" "Garrity Software Releases" at "https://maven.garrity.co/gs"
) )
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("gs" % "sbt-garrity-software" % "0.2.0") addSbtPlugin("gs" % "sbt-garrity-software" % "0.2.0")
addSbtPlugin("gs" % "sbt-gs-semver" % "0.2.0") addSbtPlugin("gs" % "sbt-gs-semver" % "0.2.0")