(patch) update to scala 3.8
Some checks failed
/ Build and Test Library Snapshot (pull_request) Failing after 56s

This commit is contained in:
Pat Garrity 2026-01-24 21:28:40 -06:00
parent fad88877fb
commit fa09ea8e3d
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76
4 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
// See: https://github.com/scalameta/scalafmt/tags for the latest tags.
version = 3.9.4
version = 3.10.4
runner.dialect = scala3
maxColumn = 80

View file

@ -1,4 +1,4 @@
val scala3: String = "3.7.1"
val scala3: String = "3.8.1"
ThisBuild / scalaVersion := scala3
ThisBuild / versionScheme := Some("semver-spec")
@ -20,7 +20,7 @@ val sharedSettings = Seq(
lazy val testSettings = Seq(
libraryDependencies ++= Seq(
"org.scalameta" %% "munit" % "1.1.1" % Test
"org.scalameta" %% "munit" % "1.2.1" % Test
)
)

View file

@ -1 +1 @@
sbt.version=1.11.2
sbt.version=1.12.0

View file

@ -29,6 +29,6 @@ externalResolvers := Seq(
"Garrity Software Releases" at "https://maven.garrity.co/gs"
)
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
addSbtPlugin("gs" % "sbt-garrity-software" % "0.6.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")
addSbtPlugin("gs" % "sbt-garrity-software" % "0.7.0")
addSbtPlugin("gs" % "sbt-gs-semver" % "0.3.0")