Commit b9c0d34f authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.1.2 [skip ci]

parent 914eee21
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.1.2](https://gitlab.com/to-be-continuous/sbt/compare/1.1.1...1.1.2) (2023-03-28)


### Bug Fixes

* **sbom:** add CycloneDX report ([914eee2](https://gitlab.com/to-be-continuous/sbt/commit/914eee2132de57e54ff96b1310bce80b69e191f6))

## [1.1.1](https://gitlab.com/to-be-continuous/sbt/compare/1.1.0...1.1.1) (2023-01-27)


+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/sbt'
    ref: '1.1.1'
    ref: '1.1.2'
    file: '/templates/gitlab-ci-sbt.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ stages:
  image: $SBT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sbt", "1.1.1" ]
      command: ["--service", "sbt", "1.1.2" ]
  before_script:
    - *sbt-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"