File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2626 strategy :
2727 matrix :
2828 os : [ubuntu-latest]
29- scala : [2.12.20, 2.13.16, 3.3.6 ]
29+ scala : [2.12.20, 2.13.16, 3.3.7 ]
3030 java :
3131 - graal_graalvm@17
3232 - graal_graalvm@21
@@ -192,12 +192,12 @@ jobs:
192192 tar xf targets.tar
193193 rm targets.tar
194194
195- - name : Download target directories (3.3.6 )
195+ - name : Download target directories (3.3.7 )
196196 uses : actions/download-artifact@v5
197197 with :
198- name : target-${{ matrix.os }}-3.3.6 -${{ matrix.java }}
198+ name : target-${{ matrix.os }}-3.3.7 -${{ matrix.java }}
199199
200- - name : Inflate target directories (3.3.6 )
200+ - name : Inflate target directories (3.3.7 )
201201 run : |
202202 tar xf targets.tar
203203 rm targets.tar
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProjectPlatform
77object BuildHelper extends ScalaSettings {
88 val Scala212 = " 2.12.20"
99 val Scala213 = " 2.13.16"
10- val Scala3 = " 3.3.6 "
10+ val Scala3 = " 3.3.7 "
1111 val ScoverageVersion = " 2.3.0"
1212 val JmhVersion = " 0.4.7"
1313
@@ -39,10 +39,10 @@ object BuildHelper extends ScalaSettings {
3939
4040 def publishSetting (publishArtifacts : Boolean ) = {
4141 val publishSettings = Seq (
42- organization := " dev.zio" ,
43- organizationName := " zio" ,
44- licenses := Seq (" Apache-2.0" -> url(" https://github.com/zio/zio-http/blob/master/LICENSE" )),
45- publishMavenStyle := true ,
42+ organization := " dev.zio" ,
43+ organizationName := " zio" ,
44+ licenses := Seq (" Apache-2.0" -> url(" https://github.com/zio/zio-http/blob/master/LICENSE" )),
45+ publishMavenStyle := true ,
4646 credentials ++=
4747 (for {
4848 username <- Option (System .getenv().get(" SONATYPE_USERNAME" ))
You can’t perform that action at this time.
0 commit comments