We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae54483 commit f4e6194Copy full SHA for f4e6194
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
strategy:
19
matrix:
20
- scalaVersion: ["2.13.18", "3.5.2"]
+ scalaVersion: ["2.13.18", "3.7.4"]
21
runs-on: ubuntu-24.04
22
23
steps:
build.sbt
@@ -2,7 +2,7 @@ Global / onChangedBuildSource := IgnoreSourceChanges // not working well with we
2
3
name := "Formidable"
4
ThisBuild / organization := "com.github.fdietze"
5
-ThisBuild / crossScalaVersions := Seq("2.13.18", "3.5.2")
+ThisBuild / crossScalaVersions := Seq("2.13.18", "3.7.4")
6
ThisBuild / scalaVersion := crossScalaVersions.value.head
7
8
inThisBuild(
0 commit comments