Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #23 from MakeNowJust-Labo/scala-3.0.1
Browse files Browse the repository at this point in the history
Support Scala 3.0.1
  • Loading branch information
makenowjust authored Jul 23, 2021
2 parents b67e3b6 + b4a9bd7 commit 283bd1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: [ 2.13.6, 3.0.0 ]
scala: [ 2.13.6, 3.0.1 ]
platform: [JVM, JS, Native]
exclude:
- scala: 3.0.0
- scala: 3.0.1
platform: native
runs-on: ubuntu-20.04
name: Scala CI
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Changes:

- Support Scala 2.13.6
- Support Scala 3.0.1
- `lite-diff`: Initial release ([#16](https://github.com/MakeNowJust-Labo/lite/pull/16))

# 0.3.0 (2021-05-14)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ThisBuild / developers := List(
)

ThisBuild / scalaVersion := "2.13.6"
ThisBuild / crossScalaVersions := Seq("3.0.0", "2.13.6")
ThisBuild / crossScalaVersions := Seq("3.0.1", "2.13.6")
ThisBuild / scalacOptions ++= Seq(
"-encoding",
"UTF-8",
Expand Down

0 comments on commit 283bd1d

Please sign in to comment.