(patch) version updates and doc updates
Some checks failed
/ Build and Test Library Snapshot (pull_request) Failing after 1m32s
Some checks failed
/ Build and Test Library Snapshot (pull_request) Failing after 1m32s
This commit is contained in:
parent
5f6d9086bc
commit
9c58510cc4
4 changed files with 6 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ project/target/
|
||||||
project/project/
|
project/project/
|
||||||
modules/core/target/
|
modules/core/target/
|
||||||
.version
|
.version
|
||||||
|
.scala-version
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
val scala3: String = "3.6.4"
|
val scala3: String = "3.7.1"
|
||||||
|
|
||||||
ThisBuild / scalaVersion := scala3
|
ThisBuild / scalaVersion := scala3
|
||||||
ThisBuild / versionScheme := Some("semver-spec")
|
ThisBuild / versionScheme := Some("semver-spec")
|
||||||
|
@ -20,7 +20,7 @@ val sharedSettings = Seq(
|
||||||
|
|
||||||
lazy val testSettings = Seq(
|
lazy val testSettings = Seq(
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"org.scalameta" %% "munit" % "1.1.0" % Test
|
"org.scalameta" %% "munit" % "1.1.1" % Test
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
sbt.version=1.10.11
|
sbt.version=1.11.2
|
||||||
|
|
|
@ -25,9 +25,10 @@ credentials += selectCredentials()
|
||||||
|
|
||||||
externalResolvers := Seq(
|
externalResolvers := Seq(
|
||||||
"Garrity Software Mirror" at "https://maven.garrity.co/releases",
|
"Garrity Software Mirror" at "https://maven.garrity.co/releases",
|
||||||
|
"Garrity Software Snapshots" at "https://maven.garrity.co/snapshots",
|
||||||
"Garrity Software Releases" at "https://maven.garrity.co/gs"
|
"Garrity Software Releases" at "https://maven.garrity.co/gs"
|
||||||
)
|
)
|
||||||
|
|
||||||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
|
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
|
||||||
addSbtPlugin("gs" % "sbt-garrity-software" % "0.5.0")
|
addSbtPlugin("gs" % "sbt-garrity-software" % "0.6.0")
|
||||||
addSbtPlugin("gs" % "sbt-gs-semver" % "0.3.0")
|
addSbtPlugin("gs" % "sbt-gs-semver" % "0.3.0")
|
||||||
|
|
Loading…
Add table
Reference in a new issue