Skip to content

Commit 309c93f

Browse files
authored
Merge pull request #382 from scala-steward/update/scala3-library-3.3.7
Update scala3-library, ... to 3.3.7
2 parents b0ffe9b + 968e25f commit 309c93f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
os: [ubuntu-latest]
69-
scala: [3.3.6]
69+
scala: [3.3.7]
7070
java: [temurin@11]
7171
runs-on: ${{ matrix.os }}
7272
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def myScalacOptions(version: String) =
1111
inThisBuild(
1212
List(
1313
organization := "io.github.nafg.css-dsl",
14-
scalaVersion := "3.3.6",
14+
scalaVersion := "3.3.7",
1515
crossScalaVersions := Seq("2.13.17", scalaVersion.value),
1616
scalacOptions ++= myScalacOptions(scalaVersion.value),
1717
versionScheme := Some("early-semver")

0 commit comments

Comments
 (0)