Skip to content

Commit

Permalink
Merge branch 'main' into to/#113-windows-comaptibility
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober authored Sep 8, 2021
2 parents 79be511 + 48dfd9b commit f58f261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'java' // java support
id 'scala' // scala support
id 'pmd' //code check, working on source code
id 'com.diffplug.spotless' version '5.14.3'//code format
id 'com.diffplug.spotless' version '5.15.0'//code format
id "org.sonarqube" version "3.3" // sonarqube
id 'org.scoverage' version '7.0.0' // Code coverage plugin for scala
id "com.github.maiflai.scalatest" version "0.31" // run scalatest without specific spec task
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.scalameta/scalafmt-interfaces
implementation group: 'org.scalameta', name: 'scalafmt-interfaces', version: '3.0.2'
// https://mvnrepository.com/artifact/org.scalameta/scalafmt-dynamic
implementation group: 'org.scalameta', name: "scalafmt-dynamic_${scalaVersion}", version: '3.0.1'
implementation group: 'org.scalameta', name: "scalafmt-dynamic_${scalaVersion}", version: '3.0.2'


implementation('com.github.ie3-institute:PowerSystemDataModel:2.0.1') {
Expand Down

0 comments on commit f58f261

Please sign in to comment.