diff --git a/build.sbt b/build.sbt index dad5feb..5c598b9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ -ThisBuild / scalaVersion := "2.13.16" -ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.6") +ThisBuild / scalaVersion := "2.13.18" +ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.18", "3.3.7") ThisBuild / organization := "com.permutive" ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible @@ -13,9 +13,9 @@ lazy val documentation = project lazy val refreshable = module .settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.13.0") - .settings(libraryDependencies += "org.typelevel" %% "cats-effect" % "3.6.2") - .settings(libraryDependencies += "co.fs2" %% "fs2-core" % "3.12.0") + .settings(libraryDependencies += "org.typelevel" %% "cats-effect" % "3.6.3") + .settings(libraryDependencies += "co.fs2" %% "fs2-core" % "3.12.2") .settings(libraryDependencies += "com.github.cb372" %% "cats-retry" % "3.1.3") - .settings(libraryDependencies += "org.scalameta" %% "munit" % "1.1.1" % Test) + .settings(libraryDependencies += "org.scalameta" %% "munit" % "1.2.1" % Test) .settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test) - .settings(libraryDependencies += "org.typelevel" %% "cats-effect-testkit" % "3.6.2" % Test) + .settings(libraryDependencies += "org.typelevel" %% "cats-effect-testkit" % "3.6.3" % Test) diff --git a/project/build.properties b/project/build.properties index c02c575..01a16ed 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.3 +sbt.version=1.11.7 diff --git a/project/plugins.sbt b/project/plugins.sbt index b7253b8..ba9009c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,16 +1,16 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4") addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.21.0") addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.2") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.12.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.13.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.14.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.1") addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.2") addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.3.2") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") +addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")