Skip to content

Commit

Permalink
2.13: new Scala SHA (#1568)
Browse files Browse the repository at this point in the history
also advance a few core SHAs; while we have to rebuild everything anyway, might as well
  • Loading branch information
SethTisue committed Jun 23, 2022
1 parent 54f753d commit a7e49fc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/genjavadoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

vars.proj.genjavadoc: ${vars.base} {
name: "genjavadoc"
uri: "https://github.com/lightbend/genjavadoc.git#e869b5528124f12efca4418eb1d7ec0238920fa2"
uri: "https://github.com/lightbend/genjavadoc.git#382442b5ced2587724ef0ab460cd6e4356585252"

}
2 changes: 1 addition & 1 deletion core/silencer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

vars.proj.silencer: ${vars.base} {
name: "silencer"
uri: "https://github.com/ghik/silencer.git#0a920508164ed63fd06f3adfff78a3eae13eef29"
uri: "https://github.com/ghik/silencer.git#fde55f780313b0990394106a3ed998fd9f5f8b10"

}
2 changes: 1 addition & 1 deletion core/wartremover.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.wartremover: ${vars.base} {
name: "wartremover"
uri: "https://github.com/wartremover/wartremover.git#b55384ebfb7a8614864cf4668431324e5b17a50c"
uri: "https://github.com/wartremover/wartremover.git#e01d8195b324287bafece8aa19dcc7cf1f91e032"

extra.exclude: [
"sbt-plugin"
Expand Down
4 changes: 2 additions & 2 deletions nightly.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# May 12, 2022
nightly=2.13.9-bin-e623b15
# June 14, 2022
nightly=2.13.9-bin-dd47c68
2 changes: 1 addition & 1 deletion proj/airframe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.airframe: ${vars.base} {
name: "airframe"
uri: "https://github.com/wvlet/airframe.git#a8fa16e5343ac1b5562511b6418a2024dfaac52c"
uri: "https://github.com/wvlet/airframe.git#9758ec092da8060b5a3532f4141056c696db4cba"

extra.projects: ["communityBuild"] // no Scala.js plz
extra.commands: ${vars.default-commands} [
Expand Down

0 comments on commit a7e49fc

Please sign in to comment.