Skip to content

Commit

Permalink
Add support for Scala 2.13.9 (scoverage#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-wilson-rea authored Sep 20, 2022
1 parent 7488437 commit 29e79a5
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -22,9 +22,9 @@ jobs:
{ version: '2.12.17' },
{ version: '2.12.16' },
{ version: '2.12.15' },
{ version: '2.13.9' },
{ version: '2.13.8' },
{ version: '2.13.7' },
{ version: '2.13.6' },
]
steps:
- name: checkout the repo
Expand Down
2 changes: 2 additions & 0 deletions bin/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ coursier fetch \
org.scoverage:scalac-scoverage-plugin_2.13.5:$version \
org.scoverage:scalac-scoverage-plugin_2.13.6:$version \
org.scoverage:scalac-scoverage-plugin_2.13.7:$version \
org.scoverage:scalac-scoverage-plugin_2.13.8:$version \
org.scoverage:scalac-scoverage-plugin_2.13.9:$version \
org.scoverage:scalac-scoverage-runtime_2.12:$version \
org.scoverage:scalac-scoverage-runtime_2.13:$version \
org.scoverage:scalac-scoverage-runtime_sjs1_2.12:$version \
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbtcrossproject.CrossType
lazy val munitVersion = "0.7.29"
lazy val scalametaVersion = "4.5.13"
lazy val defaultScala212 = "2.12.17"
lazy val defaultScala213 = "2.13.8"
lazy val defaultScala213 = "2.13.9"
lazy val defaultScala3 = "3.1.3"
lazy val bin212 =
Seq(
Expand All @@ -22,6 +22,7 @@ lazy val bin212 =
lazy val bin213 =
Seq(
defaultScala213,
"2.13.8",
"2.13.7",
"2.13.6",
"2.13.5",
Expand Down

0 comments on commit 29e79a5

Please sign in to comment.