-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update scala-library to 2.13.10 * Update sbt-ci-release to 1.5.11 * Update sbt-scoverage to 2.0.6 * Update scalafmt-core to 3.6.1 * Update scala3-library, ... to 3.2.1 * Update cats-core to 2.9.0 * Update sbt-header to 5.9.0 * Update sbt-scalafmt to 2.5.0 * Update sbt-github, sbt-github-header, ... to 0.11.6 * Update plugins.sbt * Update sbt-scalajs, scalajs-compiler, ... to 1.12.0 * Update sbt-microsites to 1.4.0 * Update http4s-blaze-client to 0.23.13 * Update shapeless3-deriving to 3.3.0 * Bump SBT * Remove condition from flaky test Co-authored-by: fortyseven_degrees <[email protected]>
- Loading branch information
1 parent
1f3b106
commit b2ebd62
Showing
6 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version = 3.5.9 | ||
version = 3.6.1 | ||
|
||
style = defaultWithAlign | ||
maxColumn = 100 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version = 1.7.2 | ||
sbt.version = 1.8.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
ThisBuild / libraryDependencySchemes ++= Seq( | ||
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always | ||
) | ||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") | ||
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4") | ||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.4") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") | ||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") | ||
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.1") | ||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") | ||
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6") | ||
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") | ||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") | ||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") | ||
addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1") | ||
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.2") | ||
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.2") | ||
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.2") | ||
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.6") | ||
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.6") | ||
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.6") | ||
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") | ||
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") | ||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.11.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0") |