Skip to content

Commit 3a9db81

Browse files
authored
Merge pull request #180 from ThoughtWorksInc/update/3.0.x/scala-project-template
Update scala-project-template
2 parents d3708da + 6df7a88 commit 3a9db81

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
runner.dialect = scala212source3
2-
version = "3.8.3"
2+
version = "3.8.6"
33
maxColumn = 80

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.7
1+
sbt.version=1.10.11

project/sbt-best-practice.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin(
2-
"com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1"
2+
"com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.4.0"
33
)

0 commit comments

Comments
 (0)