Skip to content

Commit 74ff846

Browse files
Merge branch 'dev' into ms/#1232-add-RandomLoadProfileTimeSeries
2 parents 643d422 + df44543 commit 74ff846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'signing'
66
id 'pmd' // code check, working on source code
77
id 'com.diffplug.spotless' version '7.0.2' //code format
8-
id 'com.github.spotbugs' version '6.1.4' // code check, working on byte code
8+
id 'com.github.spotbugs' version '6.1.5' // code check, working on byte code
99
id 'de.undercouch.download' version '5.6.0'
1010
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
1111
id 'jacoco' // java code coverage plugin

docs/readthedocs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ commonmark==0.9.1
22
recommonmark==0.7.1
33
Sphinx==8.1.3
44
sphinx-rtd-theme==3.0.2
5-
myst-parser==4.0.0
5+
myst-parser==4.0.1
66
markdown-it-py==3.0.0

0 commit comments

Comments
 (0)