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 54e3c3d commit eb6c30d
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.9")
super.scalacPluginIvyDeps() ++ Agg(ivy"com.lihaoyi::unroll-plugin:0.1.10")


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.9"
ivy"com.lihaoyi::unroll-annotation:0.1.10"
)
}

Expand Down Expand Up @@ -386,7 +386,7 @@ trait BenchModule extends CommonPlatformModule{

object bench extends Module {
object js extends BenchModule with ScalaJSModule {
def scalaJSVersion = "1.13.0"
def scalaJSVersion = "1.13.1"
def moduleDeps = Seq(upickle.js(scala213).test)
}

Expand Down

0 comments on commit eb6c30d

Please sign in to comment.