File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 strategy :
2929 matrix :
3030 os : [ubuntu-latest]
31- scala : [2.12.15 ]
31+ scala : [2.12.16 ]
3232 java : [temurin@8]
3333 project : [rootJVM]
3434 runs-on : ${{ matrix.os }}
@@ -110,7 +110,7 @@ jobs:
110110 strategy :
111111 matrix :
112112 os : [ubuntu-latest]
113- scala : [2.12.15 ]
113+ scala : [2.12.16 ]
114114 java : [temurin@8]
115115 runs-on : ${{ matrix.os }}
116116 steps :
@@ -176,7 +176,7 @@ jobs:
176176 strategy :
177177 matrix :
178178 os : [ubuntu-latest]
179- scala : [2.12.15 ]
179+ scala : [2.12.16 ]
180180 java : [temurin@8]
181181 runs-on : ${{ matrix.os }}
182182 steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name := "sbt-typelevel"
33ThisBuild / tlBaseVersion := " 0.4"
44ThisBuild / tlCiReleaseBranches := Seq (" series/0.4" )
55ThisBuild / tlSitePublishBranch := Some (" series/0.4" )
6- ThisBuild / crossScalaVersions := Seq (" 2.12.15 " )
6+ ThisBuild / crossScalaVersions := Seq (" 2.12.16 " )
77ThisBuild / developers := List (
88 tlGitHubDev(" armanbilge" , " Arman Bilge" ),
99 tlGitHubDev(" rossabaker" , " Ross A. Baker" ),
You can’t perform that action at this time.
0 commit comments