Skip to content

Commit

Permalink
chore: add support for 2.12.17 (#500)
Browse files Browse the repository at this point in the history
Closes #499
  • Loading branch information
ckipp01 authored Sep 15, 2022
1 parent 7204f97 commit 7488437
Show file tree
Hide file tree
Showing 3 changed files with 5 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.17' },
{ version: '2.12.16' },
{ version: '2.12.15' },
{ version: '2.12.14' },
{ version: '2.13.8' },
{ version: '2.13.7' },
{ version: '2.13.6' },
Expand Down
1 change: 1 addition & 0 deletions bin/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ coursier fetch \
org.scoverage:scalac-scoverage-plugin_2.12.14:$version \
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.13.0:$version \
org.scoverage:scalac-scoverage-plugin_2.13.1:$version \
org.scoverage:scalac-scoverage-plugin_2.13.2:$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.5.9"
lazy val defaultScala212 = "2.12.16"
lazy val scalametaVersion = "4.5.13"
lazy val defaultScala212 = "2.12.17"
lazy val defaultScala213 = "2.13.8"
lazy val defaultScala3 = "3.1.3"
lazy val bin212 =
Seq(
defaultScala212,
"2.12.16",
"2.12.15",
"2.12.14",
"2.12.13",
Expand Down

0 comments on commit 7488437

Please sign in to comment.