Skip to content

Commit 7ce30b1

Browse files
Update unroll-annotation, unroll-plugin to 0.2.0
1 parent 17c6335 commit 7ce30b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ lazy val zioHttp = crossProject(JSPlatform, JVMPlatform)
184184
.settings(
185185
autoCompilerPlugins := true,
186186
libraryDependencies ++= unroll,
187-
addCompilerPlugin("com.lihaoyi" %% "unroll-plugin" % "0.1.12"),
187+
addCompilerPlugin("com.lihaoyi" %% "unroll-plugin" % "0.2.0"),
188188
)
189189
.settings(
190190
libraryDependencies ++= {

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ object Dependencies {
3535
)
3636

3737
val unroll = Seq(
38-
"com.lihaoyi" %% "unroll-annotation" % "0.1.12",
39-
"com.lihaoyi" %% "unroll-plugin" % "0.1.12"
40-
)
38+
"com.lihaoyi" %% "unroll-annotation" % "0.2.0",
39+
"com.lihaoyi" %% "unroll-plugin" % "0.2.0",
40+
)
4141

4242
val zio = "dev.zio" %% "zio" % ZioVersion
4343
val `zio-cli` = "dev.zio" %% "zio-cli" % ZioCliVersion

0 commit comments

Comments
 (0)