From 9b258d5cae7d73a90c014caf804daaf1adbc69bd Mon Sep 17 00:00:00 2001 From: Kellen Dye Date: Wed, 21 Jun 2023 19:35:41 -0400 Subject: [PATCH] Bump socco to 0.1.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 989218013b..33ae65ec40 100644 --- a/build.sbt +++ b/build.sbt @@ -1523,7 +1523,7 @@ lazy val soccoSettings = if (sys.env.contains("SOCCO")) { "-P:socco:package_com.spotify.scio:https://spotify.github.io/scio/api" ), autoCompilerPlugins := true, - addCompilerPlugin(("io.regadas" %% "socco-ng" % "0.1.7").cross(CrossVersion.full)), + addCompilerPlugin(("io.regadas" %% "socco-ng" % "0.1.9").cross(CrossVersion.full)), // Generate scio-examples/target/site/index.html soccoIndex := SoccoIndex.generate(target.value / "site" / "index.html"), Compile / compile := {