Skip to content

Commit

Permalink
temporary disable scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hnar committed Oct 13, 2022
1 parent 1186f24 commit 02ff822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
scala:
- 3.2.0
# - 3.2.0
- 2.13.8
- 2.12.17

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ organizationHomepage := Some(url("http://evolutiongaming.com"))

scalaVersion := crossScalaVersions.value.head

crossScalaVersions := Seq("2.13.8", "3.2.0", "2.12.17")
crossScalaVersions := Seq("2.13.8", /*"3.2.0", */"2.12.17")

publishTo := Some(Resolver.evolutionReleases)

Expand Down

0 comments on commit 02ff822

Please sign in to comment.