Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dacr committed Oct 22, 2022
1 parent 7efcace commit 2917b27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.5.9
version = 3.6.0
runner.dialect = scala3
align.preset = most
maxColumn = 200
Expand Down
4 changes: 2 additions & 2 deletions built.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Test / testOptions += {

lazy val versions = new {
// client side dependencies
val swaggerui = "4.14.2"
val swaggerui = "4.15.0"
val bootstrap = "5.2.2"
val jquery = "3.6.1"

Expand All @@ -36,7 +36,7 @@ lazy val versions = new {
val akkaHttp = "10.2.10"
val akkaHttpJson4s = "1.39.2"
val json4s = "4.0.6"
val logback = "1.4.3"
val logback = "1.4.4"
val slf4j = "2.0.3"
val scalatest = "3.2.14"
val commonsio = "2.11.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main/twirl/spy/templates/HomeTemplate.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="p-5 mb-4 bg-light rounded-5">
<div class="jumbotron">

<h1><a href="@home.context.base"><img src="@home.context.base/images/logo-base-64.png"/></a>@home.context.title</h1>
<h1 class="display-4"><a href="@home.context.base"><img src="@home.context.base/images/logo-base-64.png"/></a>@home.context.title</h1>

<p class="lead text-sm-start">
A <b>@home.context.appcode</b> service with API to know everything which can be known from you thanks to
Expand Down

0 comments on commit 2917b27

Please sign in to comment.