Skip to content

Commit

Permalink
Fixes #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 b1a9267
Showing 1 changed file with 0 additions and 1 deletion.
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 b1a9267

Please sign in to comment.