Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Olafur Pall Geirsson committed Mar 19, 2020
1 parent 8156763 commit 250b1d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java: [adopt@1.8, adopt@1.11]
command:
- "'++2.11.12 test'"
- "'++2.12.10 test' scripted"
- "'++2.12.11 test' scripted"
- "'++2.13.1 test'"
steps:
- uses: actions/checkout@v1
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def scala212 = "2.12.10"
def scala212 = "2.12.11"
def scala211 = "2.11.12"
def scala213 = "2.13.1"
def scalajs = "0.6.32"
Expand Down Expand Up @@ -45,8 +45,8 @@ skip in publish := true
crossScalaVersions := Nil

val V = new {
val scalameta = "4.3.0"
val munit = "0.5.2"
val scalameta = "4.3.6"
val munit = "0.6.0-M1"
}

lazy val pprintVersion = Def.setting {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/src/test/scala/tests/markdown/AsyncSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class AsyncSuite extends BaseMarkdownSuite {
)

check(
"reset-class",
"reset-class".flaky,
"""
|```scala mdoc
|import scala.concurrent._, duration._, ExecutionContext.Implicits.global
Expand Down

0 comments on commit 250b1d9

Please sign in to comment.