Skip to content

Commit 5bedd9a

Browse files
committed
Back-porting version 2.151.0 to this branch.
Signed-off-by: Nathan Phelps <naphelps@us.ibm.com>
1 parent db0caca commit 5bedd9a

31 files changed

Lines changed: 2279 additions & 1072 deletions

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [2.144.5](https://github.com/open-horizon/exchange-api/pull/827) - 2025-10-17
8+
- Back-porting version `2.151.0` to this branch.
9+
710
## [2.144.4](https://github.com/open-horizon/exchange-api/pull/825) - 2025-09-25
811
- Back-porting version `2.150.0` to this branch.
912

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ lazy val root = (project in file("."))
4040
pekkoVersion := "[1.1.3]",
4141
release := sys.env.getOrElse("GIT_SHORT_SHA", versionFunc()),
4242
resolvers += Classpaths.typesafeReleases,
43-
scalaVersion := "2.13.16",
43+
scalaVersion := "2.13.17",
4444
summary := "'Open Horizon exchange-api image'",
4545
vendor := "'Open Horizon'",
4646
version := sys.env.getOrElse("IMAGE_VERSION", versionFunc()),

0 commit comments

Comments
 (0)