Skip to content

Commit

Permalink
Merge branch 'main' into to/#151-handle-line-sections
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober authored Dec 2, 2021
2 parents 9a4bb7d + b5e45c1 commit 4cfb539
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 '6.0.0'//code format
id 'com.diffplug.spotless' version '6.0.1'//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 @@ -46,7 +46,7 @@ dependencies {
implementation "io.circe:circe-parser_${scalaVersion}:${circeVersion}"

// https://mvnrepository.com/artifact/org.scalameta/scalafmt-interfaces
implementation group: 'org.scalameta', name: 'scalafmt-interfaces', version: '3.1.2'
implementation group: 'org.scalameta', name: 'scalafmt-interfaces', version: '3.2.0'
// https://mvnrepository.com/artifact/org.scalameta/scalafmt-dynamic
implementation group: 'org.scalameta', name: "scalafmt-dynamic_${scalaVersion}", version: '3.0.8'

Expand Down

0 comments on commit 4cfb539

Please sign in to comment.