-
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.
* Just keeping deps current. * fixing 2.11 build * update zio to 2.0.6
- Loading branch information
1 parent
7c803ec
commit 2e00ffa
Showing
5 changed files
with
19 additions
and
19 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 |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
java: ['[email protected]'] | ||
scala: ['2.11.12', '2.12.15', '2.13.7', '3.1.1'] | ||
scala: ['2.11.12', '2.12.17', '2.13.10', '3.2.0'] | ||
steps: | ||
- name: Checkout current branch | ||
uses: actions/[email protected] | ||
|
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.5.7 | ||
sbt.version = 1.8.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,20 +1,20 @@ | ||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.13") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34") | ||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") | ||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") | ||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") | ||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") | ||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") | ||
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16") | ||
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") | ||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1") | ||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5") | ||
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0") | ||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0") | ||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4") | ||
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") | ||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") | ||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") | ||
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0") | ||
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0") | ||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.9") | ||
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") | ||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") | ||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6") | ||
addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0") | ||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") | ||
|
||
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.3" | ||
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.6" |