File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 1.19.2 - 2021-10-20
8+
9+ ### Fixed
10+ - Error with library dependencies broke search capabilities, rolled back to known working versions
11+
712## 1.19.1 - 2021-10-19
813
914### Added
Original file line number Diff line number Diff line change @@ -125,11 +125,11 @@ object ApplicationBuild extends Build {
125125 " org.julienrf" %% " play-jsonp-filter" % " 1.1" ,
126126
127127 // Official AWS Java SDK
128- " com.amazonaws" % " aws-java-sdk-bom" % " 1.12.78 " ,
128+ " com.amazonaws" % " aws-java-sdk-bom" % " 1.11.106 " ,
129129
130- " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.78 " ,
130+ " com.amazonaws" % " aws-java-sdk-s3" % " 1.11.106 " ,
131131
132- " com.amazonaws" % " aws-java-sdk-sts" % " 1.12.78 "
132+ " com.amazonaws" % " aws-java-sdk-sts" % " 1.11.106 "
133133 )
134134
135135 // Only compile the bootstrap bootstrap.less file and any other *.less file in the stylesheets directory
You can’t perform that action at this time.
0 commit comments