From d79d08dd686f1b4f0e2f2bb26d8cf4ae89ce5051 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Mon, 1 Jul 2024 22:03:53 -0500 Subject: [PATCH] WIP --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 43a1894..135a09f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val scala3: String = "3.4.1" +val scala3: String = "3.4.2" ThisBuild / scalaVersion := scala3 ThisBuild / gsProjectName := "smolban" diff --git a/project/plugins.sbt b/project/plugins.sbt index 776be07..7daef75 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")