Skip to content

Commit

Permalink
Merge pull request #160 from scala-steward/update/scala-compiler-2.13.14
Browse files Browse the repository at this point in the history
Update scala-compiler, scala-library, ... to 2.13.14
  • Loading branch information
limansky authored May 5, 2024
2 parents 6cc38c4 + 75699a0 commit 3b53c18
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 @@ -11,7 +11,7 @@ jobs:
name: Build and test
strategy:
matrix:
scala: [ 2.11.12, 2.12.19, 2.13.13 ]
scala: [ 2.11.12, 2.12.19, 2.13.14 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ val scalaTestVersion = "3.2.18"
lazy val beanPuree = (project in file ("."))
.settings(
name := "beanpuree",
scalaVersion := "2.13.13",
crossScalaVersions := Seq("2.11.12", "2.12.19", "2.13.13"),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.11.12", "2.12.19", "2.13.14"),
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
organization := "me.limansky",
incOptions := incOptions.value.withLogRecompileOnMacro(false),
Expand Down

0 comments on commit 3b53c18

Please # to comment.