Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg-scala-steward[bot] committed Sep 27, 2024
1 parent ad8bb8c commit 4e150de
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: [2.13.14, 3.3.3]
scala: [2.13.14, 3.3.4]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.3]
scala: [3.3.4]
java: [temurin@11]
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 @@ -11,7 +11,7 @@ def myScalacOptions(version: String) =
inThisBuild(
List(
organization := "io.github.nafg.css-dsl",
scalaVersion := "3.3.3",
scalaVersion := "3.3.4",
crossScalaVersions := Seq("2.13.14", scalaVersion.value),
scalacOptions ++= myScalacOptions(scalaVersion.value),
versionScheme := Some("early-semver")
Expand Down

0 comments on commit 4e150de

Please sign in to comment.