Skip to content

Commit

Permalink
Merge pull request #3818 from sh0hei/update/scala-2.13.5
Browse files Browse the repository at this point in the history
Update Scala to 2.13.5
  • Loading branch information
larsrh authored Mar 1, 2021
2 parents a0f9dcc + 2823917 commit fff7388
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.13, 2.13.4, 3.0.0-M3, 3.0.0-RC1]
scala: [2.12.13, 2.13.5, 3.0.0-M3, 3.0.0-RC1]
java:
- adopt@1.8
- adopt@1.11
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.13, 2.13.4, 3.0.0-M3, 3.0.0-RC1]
scala: [2.12.13, 2.13.5, 3.0.0-M3, 3.0.0-RC1]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.13, 2.13.4, 3.0.0-M3, 3.0.0-RC1]
scala: [2.12.13, 2.13.5, 3.0.0-M3, 3.0.0-RC1]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ val GraalVM8 = "graalvm-ce-java8@20.2.0"
ThisBuild / githubWorkflowJavaVersions := Seq(PrimaryJava, LTSJava, LatestJava, GraalVM8)

val Scala212 = "2.12.13"
val Scala213 = "2.13.4"
val Scala213 = "2.13.5"
val DottyOld = "3.0.0-M3"
val DottyNew = "3.0.0-RC1"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.25")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.26")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
addSbtPlugin("com.github.sbt" %% "sbt-release" % "1.0.15")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
Expand Down

0 comments on commit fff7388

Please sign in to comment.