Commit c390bb1 1 parent f1a13c6 commit c390bb1 Copy full SHA for c390bb1
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
strategy :
24
24
matrix :
25
25
os : [ubuntu-latest, macos-12]
26
- scala : [2.13.13 ]
26
+ scala : [2.13.14 ]
27
27
java :
28
28
- temurin@8
29
29
- temurin@11
99
99
strategy :
100
100
matrix :
101
101
os : [ubuntu-latest]
102
- scala : [2.13.13 ]
102
+ scala : [2.13.14 ]
103
103
java : [temurin@8]
104
104
runs-on : ${{ matrix.os }}
105
105
steps :
@@ -148,12 +148,12 @@ jobs:
148
148
java-version : 22
149
149
cache : sbt
150
150
151
- - name : Download target directories (2.13.13 )
151
+ - name : Download target directories (2.13.14 )
152
152
uses : actions/download-artifact@v4
153
153
with :
154
- name : target-${{ matrix.os }}-2.13.13 -${{ matrix.java }}
154
+ name : target-${{ matrix.os }}-2.13.14 -${{ matrix.java }}
155
155
156
- - name : Inflate target directories (2.13.13 )
156
+ - name : Inflate target directories (2.13.14 )
157
157
run : |
158
158
tar xf targets.tar
159
159
rm targets.tar
Original file line number Diff line number Diff line change 1
1
val buildName = " jardiff"
2
2
3
3
val scala212Version = " 2.12.19"
4
- val scala213Version = " 2.13.13 "
4
+ val scala213Version = " 2.13.14 "
5
5
6
6
inThisBuild(Seq [Setting [_]](
7
7
organization := " com.lightbend" ,
8
- scalaVersion := " 2.13.13 " ,
8
+ scalaVersion := " 2.13.14 " ,
9
9
startYear := Some (2017 ),
10
10
organizationName := " Lightbend Inc. <https://www.lightbend.com>" ,
11
11
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