Skip to content

Commit

Permalink
Update scala3-library to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg-scala-steward[bot] committed Sep 27, 2024
1 parent 1a329bf commit b78cdf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.5.0, 2.13.14]
scala: [3.5.1, 2.13.14]
java: [temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
inThisBuild(List(
crossScalaVersions := Seq("3.5.0", "2.13.14"),
crossScalaVersions := Seq("3.5.1", "2.13.14"),
scalaVersion := crossScalaVersions.value.last,
organization := "io.github.nafg.slick-migration-api"
))
Expand Down

0 comments on commit b78cdf4

Please sign in to comment.