Skip to content

Commit

Permalink
fix: Bump simplatform to 0.38.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour committed Nov 19, 2024
1 parent 288f2cd commit 0521f3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion full/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform</artifactId>
<version>0.24.0</version>
<version>0.38.0</version>
<type>jar</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion full/resources/run-simplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fi
# Main logic.
#-----------------------------------------------------------------------------------------

SIMBANK_VERSION="0.24.0"
SIMBANK_VERSION="0.38.0"

function run_server {
h1 "Running Simbank back-end server application (version ${SIMBANK_VERSION}) ..."
Expand Down
2 changes: 1 addition & 1 deletion mvp/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform</artifactId>
<version>0.24.0</version>
<version>0.38.0</version>
<type>jar</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion mvp/resources/run-simplatform.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fi
# Main logic.
#-----------------------------------------------------------------------------------------

SIMBANK_VERSION="0.24.0"
SIMBANK_VERSION="0.38.0"

function run_server {
h1 "Running Simbank back-end server application (version ${SIMBANK_VERSION}) ..."
Expand Down

0 comments on commit 0521f3d

Please sign in to comment.