File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [2.13.15 ]
26+ scala : [2.13.16 ]
2727 java : [temurin@17, temurin@21]
2828 runs-on : ${{ matrix.os }}
2929 steps :
7575 strategy :
7676 matrix :
7777 os : [ubuntu-latest]
78- scala : [2.13.15 ]
78+ scala : [2.13.16 ]
7979 java : [temurin@17]
8080 runs-on : ${{ matrix.os }}
8181 steps :
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ object Commons extends ProjectGroup("commons") {
6868 Developer (
" ddworak" ,
" Dawid Dworak" ,
" [email protected] " , url(
" https://github.com/ddworak" )),
6969 ),
7070
71- scalaVersion := " 2.13.15 " ,
71+ scalaVersion := " 2.13.16 " ,
7272 compileOrder := CompileOrder .Mixed ,
7373
7474 githubWorkflowTargetTags ++= Seq (" v*" ),
You can’t perform that action at this time.
0 commit comments