File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 os : [ubuntu-latest]
25- scala : [2.13.15 ]
25+ scala : [2.13.18 ]
2626 java : [temurin@11]
2727 runs-on : ${{ matrix.os }}
2828 steps :
6767 strategy :
6868 matrix :
6969 os : [ubuntu-latest]
70- scala : [2.13.15 ]
70+ scala : [2.13.18 ]
7171 java : [temurin@11]
7272 runs-on : ${{ matrix.os }}
7373 steps :
@@ -87,12 +87,12 @@ jobs:
8787 - name : Setup sbt
8888 uses : sbt/setup-sbt@v1
8989
90- - name : Download target directories (2.13.15 )
90+ - name : Download target directories (2.13.18 )
9191 uses : actions/download-artifact@v4
9292 with :
93- name : target-${{ matrix.os }}-2.13.15 -${{ matrix.java }}
93+ name : target-${{ matrix.os }}-2.13.18 -${{ matrix.java }}
9494
95- - name : Inflate target directories (2.13.15 )
95+ - name : Inflate target directories (2.13.18 )
9696 run : |
9797 tar xf targets.tar
9898 rm targets.tar
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pull_request_rules:
99 - author=scala-steward
1010 - author=slick-scala-steward[bot]
1111 - author=renovate[bot]
12- - check-success=Build and Test (ubuntu-latest, 2.13.15 , temurin@11)
12+ - check-success=Build and Test (ubuntu-latest, 2.13.18 , temurin@11)
1313 actions :
1414 queue :
1515 name : default
Original file line number Diff line number Diff line change 11import _root_ .io .github .nafg .mergify .dsl .*
22
3- ThisBuild / scalaVersion := " 2.13.15 "
3+ ThisBuild / scalaVersion := " 2.13.18 "
44ThisBuild / scalacOptions += " -Xsource:3"
55
66mergifyExtraConditions := Seq (
You can’t perform that action at this time.
0 commit comments