Skip to content

Commit

Permalink
add Scala 3.0.0-RC3 to crossbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Apr 19, 2021
1 parent f0c35e6 commit f88b7ae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
java: [8, 11]
scala: [2.12.13, 2.13.5, 3.0.0-RC2]
scala: [2.12.13, 2.13.5, 3.0.0-RC2, 3.0.0-RC3]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Lightbend Emoji is a wrapper around Java's Unicode handling.

## Installation

Supported Scala versions: 2.12, 2.13, 3.0.0-RC2
Supported Scala versions: 2.12, 2.13, 3.0.0-RC2, 3.0.0-RC3

Add to `build.sbt`:

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ThisBuild / dynverVTagPrefix := false

/// build

crossScalaVersions := Seq("2.13.5", "2.12.13", "3.0.0-RC2")
crossScalaVersions := Seq("2.13.5", "2.12.13", "3.0.0-RC2", "3.0.0-RC3")
scalaVersion := crossScalaVersions.value.head

libraryDependencies ++= Seq(
Expand Down

0 comments on commit f88b7ae

Please sign in to comment.