Skip to content

Commit

Permalink
Merge branch 'dev' into mh/#905-adding-to-authors
Browse files Browse the repository at this point in the history
# Conflicts:
#	AUTHORS.md
  • Loading branch information
marvinheintze committed Aug 16, 2024
2 parents 6e1ed57 + 659a3fd commit e65c08a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@ Scala and uses pekko as its main library for concurrent calculation and to repre
- Staudt, Marius
- Roumeliotis, Lara
- Bung, Vicky
- Hütte, Simon
- Schmelter, Philipp
- Petersmeier, Pierre
- Heintze, Marvin
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Harmonised both methods that check the inner temperature of thermal house against the boundaries [#880](https://github.com/ie3-institute/simona/issues/880)
- Convert all `eval-rst` instances in rtd to myst syntax [#901](https://github.com/ie3-institute/simona/issues/901)
- External simulation should provide information about next tick of MobSim [#776](https://github.com/ie3-institute/simona/issues/776)
- Updated AUTHORS.md [#904](https://github.com/ie3-institute/simona/issues/904)

### Fixed
- Removed a repeated line in the documentation of vn_simona config [#658](https://github.com/ie3-institute/simona/issues/658)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {

/* logging */
implementation "com.typesafe.scala-logging:scala-logging_${scalaVersion}:3.9.5" // pekko scala logging
implementation "ch.qos.logback:logback-classic:1.5.6"
implementation "ch.qos.logback:logback-classic:1.5.7"

/* testing */
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
Expand Down

0 comments on commit e65c08a

Please sign in to comment.