Skip to content

Commit

Permalink
feat: add support for 2.12.19
Browse files Browse the repository at this point in the history
closes #601
  • Loading branch information
ckipp01 committed Feb 21, 2024
1 parent d7cbfd4 commit 2d7083b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
os: [ 'ubuntu-latest', 'windows-latest' ]
java: ['8', '17']
scala: [
{ version: '2.12.19' },
{ version: '2.12.18' },
{ version: '2.12.17' },
{ version: '2.12.16' },
{ version: '2.13.12' },
{ version: '2.13.11' },
{ version: '2.13.10' },
Expand Down
2 changes: 2 additions & 0 deletions bin/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ coursier fetch \
org.scoverage:scalac-scoverage-plugin_2.12.15:$version \
org.scoverage:scalac-scoverage-plugin_2.12.16:$version \
org.scoverage:scalac-scoverage-plugin_2.12.17:$version \
org.scoverage:scalac-scoverage-plugin_2.12.18:$version \
org.scoverage:scalac-scoverage-plugin_2.12.19:$version \
org.scoverage:scalac-scoverage-plugin_2.13.5:$version \
org.scoverage:scalac-scoverage-plugin_2.13.5:$version \
org.scoverage:scalac-scoverage-plugin_2.13.6:$version \
Expand Down
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ import sbtcrossproject.CrossProject
import sbtcrossproject.CrossType

lazy val munitVersion = "0.7.29"
lazy val scalametaVersion = "4.7.8"
lazy val defaultScala212 = "2.12.18"
lazy val scalametaVersion = "4.9.0"
lazy val defaultScala212 = "2.12.19"
lazy val defaultScala213 = "2.13.12"
lazy val defaultScala3 = "3.3.0"
lazy val bin212 =
Seq(
defaultScala212,
"2.12.18",
"2.12.17",
"2.12.16",
"2.12.15",
Expand Down

0 comments on commit 2d7083b

Please sign in to comment.