Skip to content

Commit 405e7d8

Browse files
committed
Bump libraries
1 parent eae1725 commit 405e7d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ lazy val library =
5454
val akka = "2.6.14"
5555
val akkaHttp = "10.2.4"
5656
val log4j = "2.14.1"
57-
val pureConfig = "0.15.0"
57+
val pureConfig = "0.16.0"
5858
val scalaCheck = "1.15.4"
5959
val scalaLogging = "3.9.3"
6060
val scalaTest = "3.2.9"

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.5.3
1+
sbt.version = 1.5.4

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
1212
// Formatting in scala
1313
// See .scalafmt.conf for configuration details.
1414
// 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")
1616

1717
// Static code analysis.
1818
// sbt> scapegoat

0 commit comments

Comments
 (0)