diff --git a/build.sbt b/build.sbt index 6909771..20c9320 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ -ThisBuild / scalaVersion := "2.13.13" -ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3") +ThisBuild / scalaVersion := "2.13.14" +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3") ThisBuild / organization := "com.permutive" -ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible +ThisBuild / versionPolicyIntention := Compatibility.None addCommandAlias("ci-test", "fix --check; versionPolicyCheck; mdoc; publishLocal; +test") addCommandAlias("ci-docs", "github; mdoc; headerCreateAll") @@ -13,10 +13,10 @@ lazy val documentation = project lazy val `gcp-auth` = module .settings(libraryDependencies += "com.auth0" % "java-jwt" % "4.4.0") - .settings(libraryDependencies += "com.github.jwt-scala" %% "jwt-circe" % "10.0.0") - .settings(libraryDependencies += "com.permutive" %% "refreshable" % "1.1.0") - .settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.26") - .settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.26") + .settings(libraryDependencies += "com.github.jwt-scala" %% "jwt-circe" % "10.0.1") + .settings(libraryDependencies += "com.permutive" %% "refreshable" % "2.0.0") + .settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.27") + .settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.27") .settings(libraryDependencies += "com.alejandrohdezma" %% "http4s-munit" % "0.15.1" % Test) .settings(Test / fork := true) diff --git a/project/build.properties b/project/build.properties index 4d5f78c..b485f62 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 \ No newline at end of file +sbt.version=1.10.0 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index bfbb4e8..2b0fe50 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,16 +1,16 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.15.0") addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.1") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.13") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.13") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.12.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.13.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.0") addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.1") addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.3.1") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.0") +addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")