Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Feb 10, 2024
1 parent 7958b0c commit 54e3c3d
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 @@ -17,7 +17,7 @@ import com.github.lolgab.mill.mima._
val scala212 = "2.12.18"
val scala213 = "2.13.12"

val scala3 = "3.3.0"
val scala3 = "3.3.1"
val scalaNative = "0.4.14"
val acyclic = "0.3.9"

Expand Down Expand Up @@ -59,7 +59,7 @@ trait CommonPublishModule
)

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


def publishProperties: Target[Map[String, String]] = super.publishProperties() ++ Map(
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.7"
ivy"com.lihaoyi::unroll-annotation:0.1.9"
)
}

Expand Down

0 comments on commit 54e3c3d

Please sign in to comment.