Skip to content

Commit

Permalink
Build against scala 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Aug 17, 2024
1 parent 986246b commit 3a34705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
java: [11, 17, 21]
scala: ["2.13.14", "3.3.3"]
scala: ["2.13.14", "3.4.2"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion project/common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Common {
val settings: Seq[Setting[_]] = Seq(
version := "2.0.0-SNAPSHOT",

crossScalaVersions := Seq("2.13.14", "3.3.3"),
crossScalaVersions := Seq("2.13.14", "3.4.2"),

scalaVersion := defaultScalaVersion,

Expand Down

0 comments on commit 3a34705

Please sign in to comment.