Skip to content

Commit

Permalink
Bump socco to 0.1.9 (#4894)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellen authored Jun 21, 2023
1 parent 72d7f67 commit f9106df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 := {
Expand Down

0 comments on commit f9106df

Please sign in to comment.