From 6c1d7a41a9b70043e073f70b7300392f1c75ec0f Mon Sep 17 00:00:00 2001 From: "Daniel A. A. Pelsmaeker" Date: Tue, 9 Jul 2024 14:06:37 +0200 Subject: [PATCH] Update Dagger plugin --- CHANGELOG.md | 2 ++ gradle/libs.versions.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3a82e..f96fc00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ## [0.3.5] - 2024-07-09 - Update Metaborg Gradle Convention plugin. +- Update Dagger. + ## [0.3.4] - 2024-07-06 - Add Metaborg Gradle Convention plugin. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 20a7997..4a6938d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ spoofax2 = "2.6.0-SNAPSHOT" # https://spoofax.de capsule = "0.6.3" # https://usethesource.io/projects/capsule/ (https://github.com/usethesource/capsule) # Dependency Injection guice = "5.1.0" # https://github.com/google/guice -dagger = "2.25.2" # https://github.com/google/dagger +dagger = "2.36" # https://github.com/google/dagger # Annotations & Annotation Processors immutables = "2.10.1" # https://immutables.github.io/ (https://github.com/immutables/immutables) derive4j = "1.1.1" # https://github.com/derive4j/derive4j