Skip to content

Commit

Permalink
Fixes zio#1090 - Enable Scala 3 for zio-json-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Apr 14, 2024
1 parent b9cab26 commit 7b30d14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
if: matrix.platform == 'Native'
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Run Macros tests
if: ${{ !startsWith(matrix.scala, '3.3.') }}
run: sbt ++${{ matrix.scala }}! testScala2${{ matrix.platform }}
- name: Run tests
run: sbt ++${{ matrix.scala }}! test${{ matrix.platform }}
Expand Down
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ lazy val zioJsonMacros = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(crossProjectSettings)
.settings(macroExpansionSettings)
.settings(
crossScalaVersions -= ScalaDotty,
scalacOptions -= "-Xfatal-warnings", // not quite ready.
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
Expand Down

0 comments on commit 7b30d14

Please sign in to comment.