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 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/ diff --git a/build.sbt b/build.sbt index e1708f3..2061ae4 100644 --- a/build.sbt +++ b/build.sbt @@ -86,8 +86,8 @@ val catsEffectV = "3.5.4" val otel4sV = "0.6.0" -val munitV = "1.0.0-M11" -val munitCatsEffectV = "2.0.0-M4" +val munitV = "1.0.0-RC1" +val munitCatsEffectV = "2.0.0-M5" val kindProjectorV = "0.13.3" val betterMonadicForV = "0.3.1" diff --git a/project/plugins.sbt b/project/plugins.sbt index df67fbd..b7dd410 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -val sbtTypelevelVersion = "0.6.7" +val sbtTypelevelVersion = "0.7.0" -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")