File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ lazy val library =
54
54
val akka = " 2.6.14"
55
55
val akkaHttp = " 10.2.4"
56
56
val log4j = " 2.14.1"
57
- val pureConfig = " 0.15 .0"
57
+ val pureConfig = " 0.16 .0"
58
58
val scalaCheck = " 1.15.4"
59
59
val scalaLogging = " 3.9.3"
60
60
val scalaTest = " 3.2.9"
Original file line number Diff line number Diff line change 1
- sbt.version = 1.5.3
1
+ sbt.version = 1.5.4
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
12
12
// Formatting in scala
13
13
// See .scalafmt.conf for configuration details.
14
14
// Formatting takes place before the project is compiled.
15
- addSbtPlugin( " org.scalameta" % " sbt-scalafmt" % " 2.0.7 " )
15
+ addSbtPlugin( " org.scalameta" % " sbt-scalafmt" % " 2.4.2 " )
16
16
17
17
// Static code analysis.
18
18
// sbt> scapegoat
You can’t perform that action at this time.
0 commit comments