Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Feb 10, 2024
1 parent 93c41c8 commit 7958b0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ trait CommonPublishModule
)

def scalacPluginIvyDeps =
super.scalacPluginIvyDeps() ++ Agg(ivy"com.lihaoyi::unroll-plugin:0.1.3")
super.scalacPluginIvyDeps() ++ Agg(ivy"com.lihaoyi::unroll-plugin:0.1.7")


def publishProperties: Target[Map[String, String]] = super.publishProperties() ++ Map(
Expand Down Expand Up @@ -88,7 +88,7 @@ trait CommonPublishModule
}

def scalacOptions = T {
Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature", "-Xfatal-warnings", "-Xplugin-require:unroll") ++
Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature", "-Xfatal-warnings") ++
Agg.when(!isScala3(scalaVersion()))("-opt:l:method").toSeq
}

Expand Down Expand Up @@ -225,7 +225,7 @@ object upickle extends Module{
trait CommonCoreModule extends CommonPublishModule {
def ivyDeps = Agg(
ivy"com.lihaoyi::geny::1.0.0",
ivy"com.lihaoyi::unroll-annotation:0.1.3"
ivy"com.lihaoyi::unroll-annotation:0.1.7"
)
}

Expand Down

0 comments on commit 7958b0c

Please sign in to comment.