Skip to content

Commit 2918c92

Browse files
Update scala3-compiler, scala3-library, ... to 3.3.7 (#3748)
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
1 parent eda5395 commit 2918c92

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

project/BuildHelper.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProjectPlatform
77
object 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"))

0 commit comments

Comments
 (0)