From bbcf0785ee026d6abc9decbe2897941098670c64 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 08:09:05 +0000 Subject: [PATCH 1/6] 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 4a1df48..570bbd6 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.0 +version = 3.8.1 maxColumn = 100 continuationIndent.callSite = 2 newlines.sometimesBeforeColonInMethodReturnType = false From 6909ceed72fb7b5bc34ab0c2594225cfaa1fc283 Mon Sep 17 00:00:00 2001 From: Andrew Valencik Date: Sat, 30 Mar 2024 09:58:20 -0400 Subject: [PATCH 2/6] Remove CODE_OF_CONDUCT, use org default [ci skip] --- CODE_OF_CONDUCT.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index b59ed9c..0000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,13 +0,0 @@ -# Code of Conduct - -We are committed to providing a friendly, safe and welcoming environment for all, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other such characteristics. - -Everyone is expected to follow the [Scala Code of Conduct] when discussing the project on the available communication channels. If you are being harassed, please contact us immediately so that we can support you. - -## Moderation - -Any questions, concerns, or moderation requests please contact a member of the project. - -- [Christopher Davenport](mailto:chris@christopherdavenport.tech) - -[Scala Code of Conduct]: https://www.scala-lang.org/conduct/ From 6598525c577c1c108f19abf6a0913c364db3cc3a Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:16:18 +0000 Subject: [PATCH 3/6] Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index df67fbd..e018062 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ val sbtTypelevelVersion = "0.6.7" -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") From 33e03b87e60edcee4e02f7080b796ea268d402e4 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:07:29 +0000 Subject: [PATCH 4/6] Update munit-cats-effect to 2.0.0-M5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab37f1a..dc07c56 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ val catsV = "2.10.0" val catsEffectV = "3.5.4" val munitV = "1.0.0-M11" -val munitCatsEffectV = "2.0.0-M4" +val munitCatsEffectV = "2.0.0-M5" val kindProjectorV = "0.13.3" val betterMonadicForV = "0.3.1" From 768d2d5ff0af14421f83330322bf4735b586bfd2 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 20:20:30 +0000 Subject: [PATCH 5/6] Update sbt-typelevel, sbt-typelevel-site to 0.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e018062..b7dd410 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.6.7" +val sbtTypelevelVersion = "0.7.0" addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") From 94042a90f0476a4df60badf27428f535981286a5 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:07:55 +0000 Subject: [PATCH 6/6] Update munit to 1.0.0-RC1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dc07c56..8a00a98 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ lazy val docs = project val catsV = "2.10.0" val catsEffectV = "3.5.4" -val munitV = "1.0.0-M11" +val munitV = "1.0.0-RC1" val munitCatsEffectV = "2.0.0-M5" val kindProjectorV = "0.13.3"