Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg-scala-steward[bot] committed Jan 29, 2025
1 parent fe805cb commit 8193455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.4]
scala: [3.3.5]
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.4",
scalaVersion := "3.3.5",
crossScalaVersions := Seq("2.13.16", scalaVersion.value),
scalacOptions ++= myScalacOptions(scalaVersion.value),
versionScheme := Some("early-semver")
Expand Down

0 comments on commit 8193455

Please sign in to comment.