Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 7, 2024
1 parent 3096309 commit c9f9961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
strategy:
matrix:
scalaVersion: ["2.13.12", "3.3.1"]
scalaVersion: ["2.13.14", "3.3.1"]
runs-on: ubuntu-22.04

steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Global / onChangedBuildSource := IgnoreSourceChanges // not working well with we

name := "Formidable"
ThisBuild / organization := "com.github.fdietze"
ThisBuild / crossScalaVersions := Seq("2.13.12", "3.3.1")
ThisBuild / scalaVersion := "2.13.12"
ThisBuild / crossScalaVersions := Seq("2.13.14", "3.3.1")
ThisBuild / scalaVersion := "2.13.14"

inThisBuild(
List(
Expand Down

0 comments on commit c9f9961

Please sign in to comment.