We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2c2b6 commit 2b49db3Copy full SHA for 2b49db3
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
strategy:
19
matrix:
20
- scalaVersion: ["2.13.8", "3.3.1"]
+ scalaVersion: ["2.13.12", "3.3.1"]
21
runs-on: ubuntu-22.04
22
23
steps:
build.sbt
@@ -2,8 +2,8 @@ Global / onChangedBuildSource := IgnoreSourceChanges // not working well with we
2
3
name := "Formidable"
4
ThisBuild / organization := "com.github.fdietze"
5
-ThisBuild / crossScalaVersions := Seq("2.13.8", "3.3.1")
6
-ThisBuild / scalaVersion := "2.13.8"
+ThisBuild / crossScalaVersions := Seq("2.13.12", "3.3.1")
+ThisBuild / scalaVersion := "2.13.12"
7
8
inThisBuild(
9
List(
0 commit comments