Skip to content

Commit f4e6194

Browse files
committed
Update scala3-library, ... to 3.7.4
1 parent ae54483 commit f4e6194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
strategy:
1919
matrix:
20-
scalaVersion: ["2.13.18", "3.5.2"]
20+
scalaVersion: ["2.13.18", "3.7.4"]
2121
runs-on: ubuntu-24.04
2222

2323
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Global / onChangedBuildSource := IgnoreSourceChanges // not working well with we
22

33
name := "Formidable"
44
ThisBuild / organization := "com.github.fdietze"
5-
ThisBuild / crossScalaVersions := Seq("2.13.18", "3.5.2")
5+
ThisBuild / crossScalaVersions := Seq("2.13.18", "3.7.4")
66
ThisBuild / scalaVersion := crossScalaVersions.value.head
77

88
inThisBuild(

0 commit comments

Comments
 (0)