From 870ece19217732bb83043fcab6355f72ed9d3302 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 23 Feb 2024 15:49:48 +0000 Subject: [PATCH 1/4] Update sbt to 1.9.9 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index e8a1e24..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.9 From ed6f3f22b5c39cdf3e6c2a6d172212551df37c6a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 25 Feb 2024 15:36:20 +0000 Subject: [PATCH 2/4] Update sbt-scoverage to 2.0.11 --- core/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.sbt b/core/build.sbt index 6f59ba4..4dca31e 100644 --- a/core/build.sbt +++ b/core/build.sbt @@ -1,5 +1,5 @@ val sbtTypelevelVersion = "0.6.4" // https://github.com/typelevel/sbt-typelevel/releases -val sbtScoverageVersion = "2.0.9" // https://github.com/scoverage/sbt-scoverage/releases +val sbtScoverageVersion = "2.0.11" // https://github.com/scoverage/sbt-scoverage/releases addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) From 31888f0569fb63cd6b3e55cfeaeecce9980dd366 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 16:36:31 +0000 Subject: [PATCH 3/4] Update scala-library to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 39a6ae9..57d0397 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val core = project ) ThisBuild / tlBaseVersion := "0.3" -ThisBuild / crossScalaVersions := Seq("2.12.18") +ThisBuild / crossScalaVersions := Seq("2.12.19") ThisBuild / developers := List( tlGitHubDev("lorandszakacs", "Loránd Szakács") ) From 5e41043e9789b119299c97255d3df996d3bc5f82 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 30 Mar 2024 15:29:13 +0000 Subject: [PATCH 4/4] Update scalafmt-core to 3.8.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1e396f6..3645ba4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.1 project.git = true runner.dialect = scala213 project.layout = StandardConvention