Skip to content

Commit

Permalink
Update ZIO version (#510)
Browse files Browse the repository at this point in the history
* Update ZIO version and don't inline from ZIO package

* Do inline from `zio.query`
  • Loading branch information
kyri-petrou authored Sep 15, 2024
1 parent 459b580 commit 6c073f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val allScalas = List("2.12", "2.13", "3.3")
inThisBuild(
List(
name := "ZIO Query",
zioVersion := "2.1.8",
zioVersion := "2.1.9",
scalaVersion := scalaV,
developers := List(
Developer(
Expand Down Expand Up @@ -72,7 +72,7 @@ lazy val zioQuery = crossProject(JSPlatform, JVMPlatform, NativePlatform)
"-opt:l:method",
"-opt:l:inline",
"-opt-inline-from:scala.**",
"-opt-inline-from:zio.**"
"-opt-inline-from:zio.query.**"
) ++ (if (isRelease) Seq("-Xelide-below", "2001") else Seq())
})
)
Expand Down

0 comments on commit 6c073f9

Please sign in to comment.