Skip to content

Commit

Permalink
update mdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pshemass committed Feb 12, 2021
1 parent db04485 commit b196446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
java: ['adopt@1.8', 'adopt@1.11']
scala: ['2.11.12', '2.12.11', '2.13.3', '0.27.0-RC1']
scala: ['2.11.12', '2.12.13', '2.13.4', '3.0.0-M3']
steps:
- uses: actions/checkout@v2.3.4
- uses: olafurpg/setup-scala@v10
Expand Down
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object BuildHelper {
}
)

val ZioCoreVersion = "1.0.3"
val ZioCoreVersion = "1.0.4-2"

private val Scala211 = "2.11.12"
private val Scala212 = "2.12.12"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.6")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.10")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.17")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")

0 comments on commit b196446

Please sign in to comment.