Skip to content

Commit

Permalink
Merge pull request #136 from manatki/format
Browse files Browse the repository at this point in the history
Version and format bump
  • Loading branch information
Odomontois authored May 29, 2020
2 parents 9b7ef4b + 2c04a5c commit 422c048
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.idea
.gradle
target/
target/
.metals
.bloop
project/metals.sbt
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ binPack.parentConstructors = true
maxColumn = 120
includeCurlyBraceInSelectChains = false
align.preset = most
version = "2.5.2"
version = "2.5.3"
trailingCommas = preserve
newlines.penalizeSingleSelectMultiArgList = false
newlines.alwaysBeforeMultilineDef = false
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := "derevo"
import com.typesafe.sbt.SbtGit.git

val publishVersion = "0.11.3"
val publishVersion = "0.11.4"

val common = List(
scalaVersion := "2.13.1",
Expand Down

0 comments on commit 422c048

Please sign in to comment.