Skip to content

Commit

Permalink
Bump libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
saeltz committed Jun 17, 2021
1 parent eae1725 commit 405e7d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lazy val library =
val akka = "2.6.14"
val akkaHttp = "10.2.4"
val log4j = "2.14.1"
val pureConfig = "0.15.0"
val pureConfig = "0.16.0"
val scalaCheck = "1.15.4"
val scalaLogging = "3.9.3"
val scalaTest = "3.2.9"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.5.3
sbt.version = 1.5.4
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
// Formatting in scala
// See .scalafmt.conf for configuration details.
// Formatting takes place before the project is compiled.
addSbtPlugin( "org.scalameta" % "sbt-scalafmt" % "2.0.7")
addSbtPlugin( "org.scalameta" % "sbt-scalafmt" % "2.4.2")

// Static code analysis.
// sbt> scapegoat
Expand Down

0 comments on commit 405e7d8

Please sign in to comment.