Skip to content

Commit

Permalink
Update scala-library to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
toniogela-s-scala-steward[bot] committed Apr 8, 2024
1 parent 84c7595 commit e4cbe92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.19]
scala: [2.13.13]
java: [temurin@11]
runs-on: ${{ matrix.os }}
timeout-minutes: 60
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lazy val root = (project in file(".")).settings(
name := "base.g8",
scalaVersion := "2.12.19",
scalaVersion := "2.13.13",
Test / test := { val _ = (Test / g8Test).toTask("").value },
scriptedLaunchOpts ++= List(
"-Xms1024m",
Expand All @@ -10,7 +10,7 @@ lazy val root = (project in file(".")).settings(
"-Dfile.encoding=UTF-8"
),
ThisBuild / githubWorkflowPublishTargetBranches := Seq(),
ThisBuild / githubWorkflowScalaVersions := Seq("2.12.19"),
ThisBuild / githubWorkflowScalaVersions := Seq("2.13.13"),
ThisBuild / githubWorkflowBuild :=
Seq(WorkflowStep.Sbt(List("g8Test"), name = Some("Testing template"))),
// These are here for scala-steward
Expand Down

0 comments on commit e4cbe92

Please sign in to comment.