Skip to content

Commit

Permalink
Kafka 2.6.0 requires Scala 2.12.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtar committed Feb 22, 2021
1 parent 8cdc137 commit 1b110ab
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:
matrix:
scala:
- 2.13.4
- 2.12.12
- 2.12.11

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val commonSettings = Seq(
organizationHomepage := Some(url("http://evolutiongaming.com")),
bintrayOrganization := Some("evolutiongaming"),
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("2.13.4", "2.12.12"),
crossScalaVersions := Seq("2.13.4", "2.12.11"),
coverageScalacPluginVersion := "1.4.2",
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))),
releaseCrossBuild := true,
Expand Down

0 comments on commit 1b110ab

Please sign in to comment.