Skip to content

Commit

Permalink
Merge pull request #11 from ithinkicancode/fix/publishing
Browse files Browse the repository at this point in the history
Fixing publishing
  • Loading branch information
vigoo authored Feb 6, 2022
2 parents 87e0825 + b828622 commit ab75569
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ object BuildHelper {
}
)

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

// Keep this consistent with the version in .core-tests/shared/src/test/scala/REPLSpec.scala
val replSettings = makeReplSettings {
"""|import zio._
Expand Down Expand Up @@ -295,7 +291,8 @@ object BuildHelper {
def nativeSettings = Seq(
Test / test := (Test / compile).value,
doc / skip := true,
Compile / doc / sources := Seq.empty
Compile / doc / sources := Seq.empty,
crossScalaVersions -= Scala3
)

val scalaReflectTestSettings: List[Setting[_]] = List(
Expand Down

0 comments on commit ab75569

Please sign in to comment.