From de916d4148176025409726642c5c0124e5c9a80f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:21:34 +0100 Subject: [PATCH 1/4] Update sbt-typelevel to 0.7.6 (#341) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 92be7d0..2e22dba 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "4.0.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6") From 05085390d4fdc6da5abe685413cc228f7006c8e7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:21:56 +0100 Subject: [PATCH 2/4] Update scalafmt-core to 3.8.5 (#340) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 065b380..b8d050a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.3" +version = "3.8.5" runner.dialect = scala213source3 From 14de93edb2baae63766acb735da2fb67986d6c2d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:22:31 +0100 Subject: [PATCH 3/4] Update scala-library to 2.13.16 (#338) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb3943f..3c2db31 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ ThisBuild / intellijPlatform := IntelliJPlatform.IdeaCommunity // project ThisBuild / tlBaseVersion := "0.1" -ThisBuild / scalaVersion := "2.13.15" +ThisBuild / scalaVersion := "2.13.16" ThisBuild / githubWorkflowTargetBranches := Seq("main") ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.corretto("21")) ThisBuild / tlJdkRelease := Some(21) From e72728416fcfbcc715b32d7ec590021c8cd77955 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:22:57 +0100 Subject: [PATCH 4/4] Update sbt-idea-plugin to 4.0.3 (#337) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2e22dba..35ff525 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "4.0.1") +addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "4.0.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6")