Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

chore(deps): update plugin com.diffplug.eclipse.apt to v3.39.0 #1804

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update plugin com.diffplug.eclipse.apt to v3.39.0
  • Loading branch information
renovate-bot committed Sep 30, 2022
commit 22aa81e8f22756a9609fcd125e31379e3be24f7c
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'java'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'

id 'com.diffplug.eclipse.apt' version '3.38.0' apply false
id 'com.diffplug.eclipse.apt' version '3.39.0' apply false
id 'com.dorongold.task-tree' version '2.1.0' apply false
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
id 'com.github.sherter.google-java-format' version '0.9' apply false
Expand Down