(patch) Build out model #2

Merged
pfm merged 5 commits from build-out-model into main 2024-07-03 02:30:35 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d79d08dd68 - Show all commits

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")