Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tuProlog/2p-kt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f8caaff2acdf75de371c3bcf5e07b11bf565b74b
Choose a base ref
..
head repository: tuProlog/2p-kt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 506eb04f7e986ac94554aa30207096c9a960fc4c
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 settings.gradle.kts
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ pluginManagement {

plugins {
id("com.gradle.enterprise") version "3.17.5"
id("org.danilopianini.gradle-pre-commit-git-hooks") version "2.0.9"
id("org.danilopianini.gradle-pre-commit-git-hooks") version "2.0.10"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}