This commit is contained in:
Pat Garrity 2024-07-01 22:03:53 -05:00
parent 45f61df441
commit d79d08dd68
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
val scala3: String = "3.4.1"
val scala3: String = "3.4.2"
ThisBuild / scalaVersion := scala3
ThisBuild / gsProjectName := "smolban"

View file

@ -29,5 +29,5 @@ externalResolvers := Seq(
)
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
addSbtPlugin("gs" % "sbt-garrity-software" % "0.2.0")
addSbtPlugin("gs" % "sbt-garrity-software" % "0.3.0")
addSbtPlugin("gs" % "sbt-gs-calver" % "0.2.0")