-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into update/sbt-mima-plugin-1.1.3
- Loading branch information
Showing
24 changed files
with
115 additions
and
149 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" |
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,7 +1,6 @@ | ||
object Versions { | ||
val Scala211 = "2.11.12" | ||
val Scala212 = "2.12.18" | ||
val Scala213 = "2.13.11" | ||
val Scala3 = "3.3.0" | ||
val zio = "2.0.15" | ||
val zio = "2.0.16" | ||
} |
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.9.0 | ||
sbt.version=1.9.4 |
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,33 +1,30 @@ | ||
// Build Server Plugins | ||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.9") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.11") | ||
|
||
// Linting Plugins | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0") | ||
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16") | ||
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") | ||
|
||
// Versioning and Release Plugins | ||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") | ||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1") | ||
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") | ||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18") | ||
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") | ||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") | ||
|
||
// Docs Plugins | ||
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") | ||
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") | ||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") | ||
|
||
// Cross-Compiler Plugins | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0") | ||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") | ||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") | ||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14") | ||
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.0") | ||
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.1") | ||
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") | ||
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.2") | ||
|
||
// Benchmarking Plugins | ||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5") | ||
|
||
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.6" | ||
libraryDependencies += "dev.zio" %% "zio" % "2.0.15" | ||
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.7" | ||
libraryDependencies += "dev.zio" %% "zio" % "2.0.16" | ||
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2" |
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,2 +1,2 @@ | ||
libraryDependencies += "dev.zio" %% "zio" % "2.0.15" | ||
libraryDependencies += "dev.zio" %% "zio" % "2.0.16" | ||
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2" |
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
Oops, something went wrong.