Skip to content

Commit

Permalink
CSCEXAM-000 Fix bootstrap version and increase budget sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matti Lupari committed Oct 30, 2023
1 parent b815063 commit 3b46429
Show file tree
Hide file tree
Showing 5 changed files with 1,242 additions and 396 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import scala.util.Properties

name := "exam"

version := "6.2.1"
version := "6.2.2"

licenses += "EUPL 1.1" -> url("http://joinup.ec.europa.eu/software/page/eupl/licence-eupl")

Expand Down
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,4 @@ akka.http.parsing.max-header-count = 128
# backlog = 1024
# }
# EXAM version
exam.release.version = "6.2.1"
exam.release.version = "6.2.2"
4 changes: 2 additions & 2 deletions ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "2mb"
"maximumWarning": "2mb",
"maximumError": "2.1mb"
},
{
"type": "anyComponentStyle",
Expand Down
Loading

0 comments on commit 3b46429

Please sign in to comment.