File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest, macos-latest]
26- scala : [2.13.16 ]
26+ scala : [2.13.17 ]
2727 java :
2828 - zulu@8
2929 - temurin@11
@@ -102,7 +102,7 @@ jobs:
102102 strategy :
103103 matrix :
104104 os : [ubuntu-latest]
105- scala : [2.13.16 ]
105+ scala : [2.13.17 ]
106106 java : [zulu@8]
107107 runs-on : ${{ matrix.os }}
108108 steps :
@@ -154,12 +154,12 @@ jobs:
154154 - name : Setup sbt
155155 uses : sbt/setup-sbt@v1
156156
157- - name : Download target directories (2.13.16 )
157+ - name : Download target directories (2.13.17 )
158158 uses : actions/download-artifact@v4
159159 with :
160- name : target-${{ matrix.os }}-2.13.16 -${{ matrix.java }}
160+ name : target-${{ matrix.os }}-2.13.17 -${{ matrix.java }}
161161
162- - name : Inflate target directories (2.13.16 )
162+ - name : Inflate target directories (2.13.17 )
163163 run : |
164164 tar xf targets.tar
165165 rm targets.tar
Original file line number Diff line number Diff line change 11val buildName = " jardiff"
22
33val scala212Version = " 2.12.20"
4- val scala213Version = " 2.13.16 "
4+ val scala213Version = " 2.13.17 "
55
66inThisBuild(Seq [Setting [_]](
77 organization := " com.lightbend" ,
8- scalaVersion := " 2.13.16 " ,
8+ scalaVersion := " 2.13.17 " ,
99 startYear := Some (2017 ),
1010 organizationName := " Lightbend Inc. <https://www.lightbend.com>" ,
1111 licenses := List ((" Apache-2.0" , url(" https://www.apache.org/licenses/LICENSE-2.0.txt" ))),
You can’t perform that action at this time.
0 commit comments