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 6, 2024
1 parent 5f24699 commit db86d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
java: ['adopt@1.8', 'adopt@1.11']
scala: ['2.12.17', '2.13.10']
scala: ['2.12.17', '2.13.14']
steps:
- name: Checkout current branch
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ val compilerOptions = Seq(
val root = (project in file("."))
.settings(
name := "zio-slick-interop",
scalaVersion := "2.13.10",
crossScalaVersions := Seq("2.12.17", "2.13.10"),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.12.17", "2.13.14"),
// JavaConverters ¯\_(ツ)_/¯
Test / scalacOptions ~= (_ filterNot (_ == "-Xfatal-warnings")),
scalacOptions ++= {
Expand Down

0 comments on commit db86d8a

Please sign in to comment.