Skip to content

Commit

Permalink
release java platform fix (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoon authored Nov 21, 2022
1 parent 2d37b31 commit 8357030
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ object BuildHelper {
buildInfoPackage := packageName
)

val scalaReflectSettings = Seq(
libraryDependencies ++= Seq("dev.zio" %%% "izumi-reflect" % "2.1.3")
)

// Keep this consistent with the version in .core-tests/shared/src/test/scala/REPLSpec.scala
val replSettings = makeReplSettings {
"""|import zio._
Expand Down Expand Up @@ -214,6 +210,7 @@ object BuildHelper {
crossScalaVersions := Seq(Scala211, Scala212, Scala213, Scala3),
ThisBuild / scalaVersion := Scala213,
scalacOptions := stdOptions ++ extraOptions(scalaVersion.value, javaPlatform, optimize = !isSnapshot.value),
javacOptions := Seq("-source", javaPlatform, "-target", javaPlatform),
libraryDependencies ++= {
if (scalaVersion.value == Scala3)
Seq(
Expand Down

0 comments on commit 8357030

Please sign in to comment.