From 84ddabd112d6c97287fa1e4af5b6577e4f59ce98 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Sat, 12 Oct 2024 02:49:35 +0000 Subject: [PATCH] (patch) Updated Scala to version 3.5.1 (#4) Reviewed-on: https://git.garrity.co/garrity-software/gs-blob/pulls/4 --- build.sbt | 6 +++--- project/build.properties | 2 +- project/plugins.sbt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 631e5be..855df6e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val scala3: String = "3.4.1" +val scala3: String = "3.5.1" externalResolvers := Seq( "Garrity Software Mirror" at "https://maven.garrity.co/releases", @@ -19,7 +19,7 @@ val sharedSettings = Seq( lazy val testSettings = Seq( libraryDependencies ++= Seq( - "org.scalameta" %% "munit" % "1.0.0-M10" % Test + "org.scalameta" %% "munit" % "1.0.1" % Test ) ) @@ -30,6 +30,6 @@ lazy val `gs-blob` = project .settings(name := s"${gsProjectName.value}-v${semVerMajor.value}") .settings( libraryDependencies ++= Seq( - "gs" %% "gs-hex-v0" % "0.1.3" + "gs" %% "gs-hex-v0" % "0.1.4" ) ) diff --git a/project/build.properties b/project/build.properties index 04267b1..0b699c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index e897854..eb382dc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -28,6 +28,6 @@ externalResolvers := Seq( "Garrity Software Releases" at "https://maven.garrity.co/gs" ) -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") -addSbtPlugin("gs" % "sbt-garrity-software" % "0.3.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0") +addSbtPlugin("gs" % "sbt-garrity-software" % "0.4.0") addSbtPlugin("gs" % "sbt-gs-semver" % "0.3.0")