Skip to content

Commit

Permalink
Merge pull request #330 from tethys-json/scala3.3.4
Browse files Browse the repository at this point in the history
fix: proper scala3 version in workflows + scala 2.12.20
  • Loading branch information
dos65 authored Nov 11, 2024
2 parents b03f331 + e8f24f1 commit 89b5de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.19, 2.13.15, 3.3.0]
scala: [2.12.20, 2.13.15, 3.3.4]

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
lazy val scala212 = "2.12.19"
lazy val scala212 = "2.12.20"
lazy val scala213 = "2.13.15"
/* FIXME
Return to use a stable version when 'scala.quoted.Quotes.reflectModuleSymbol.newClass'
and 'scala.quoted.Quotes.reflectModule.ClassDef.apply' are no longer experimental methods
*/
lazy val scala3 = "3.3.4"

ThisBuild / scalaVersion := scala3
Expand Down

0 comments on commit 89b5de5

Please sign in to comment.