Start next dev iteration

This commit is contained in:
Philip K.F. Hölzenspies
2024-06-17 19:30:57 +01:00
committed by Philip K.F. Hölzenspies
parent 4a27ac5bda
commit 0ef22a73fb
27 changed files with 84 additions and 25 deletions

View File

@@ -19,7 +19,7 @@
/// Every settings file must amend this module.
/// Unless CLI commands and build tool plugins are explicitly configured with a settings file,
/// they will use `~/.pkl/settings.pkl` or the defaults specified in this module.
@ModuleInfo { minPklVersion = "0.26.0" }
@ModuleInfo { minPklVersion = "0.27.0" }
module pkl.settings
import "pkl:EvaluatorSettings"