Skip to content

Commit 2b49db3

Browse files
scala-stewardcornermanfdietze
authored
Update scala-library to 2.13.12 (#127)
Co-authored-by: johannes karoff <johannes@karoff.net> Co-authored-by: Felix Dietze <felix.dietze@rwth-aachen.de>
1 parent 3b2c2b6 commit 2b49db3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.8", "3.3.1"]
20+
scalaVersion: ["2.13.12", "3.3.1"]
2121
runs-on: ubuntu-22.04
2222

2323
steps:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Global / onChangedBuildSource := IgnoreSourceChanges // not working well with we
22

33
name := "Formidable"
44
ThisBuild / organization := "com.github.fdietze"
5-
ThisBuild / crossScalaVersions := Seq("2.13.8", "3.3.1")
6-
ThisBuild / scalaVersion := "2.13.8"
5+
ThisBuild / crossScalaVersions := Seq("2.13.12", "3.3.1")
6+
ThisBuild / scalaVersion := "2.13.12"
77

88
inThisBuild(
99
List(

0 commit comments

Comments
 (0)