Compare commits

...

1 commit
0.1.3 ... main

Author SHA1 Message Date
f244969b1f (patch) Update to Scala version 3.5.1 (#6)
All checks were successful
/ Build and Release Library (push) Successful in 1m53s
Reviewed-on: #6
2024-10-12 02:44:09 +00:00
3 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.2

View file

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