Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.4 (#1271)
Browse files Browse the repository at this point in the history
* Update scala3-library, ... to 3.3.4

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate
  • Loading branch information
scala-steward authored Sep 28, 2024
1 parent 42e4762 commit 5c19011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.3]
scala: [3.3.4]
java: [temurin@18]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.3]
scala: [3.3.4]
java: [temurin@18]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lazy val specs2 = project

/** COMMON SETTINGS */

val Scala3 = "3.3.3"
val Scala3 = "3.3.4"

lazy val specs2Settings = Seq(
organization := "org.specs2",
Expand Down

0 comments on commit 5c19011

Please sign in to comment.