Skip to content

Commit

Permalink
TCE-1188 Bump to version 1.70.0 (#733)
Browse files Browse the repository at this point in the history
* TCE-1188 Bump to version 1.70.0

* update scala version

* add ivy-s3-resolver plugin

* update

* update2

* update3

* update5

* update 6

* Update sbt commands

* update scala version
  • Loading branch information
stefanvacareanu7 authored Jan 21, 2025
1 parent 76521f2 commit fd0f7d4
Showing 60 changed files with 1,058 additions and 252 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codacy: codacy/base@12.1.3
codacy: codacy/base@12.1.4
codacy_plugins_test: codacy/plugins-test@2.0.11

workflows:
@@ -13,11 +13,10 @@ workflows:
- codacy/sbt:
name: publish_docker_local
cmd: |
sbt "set scalafmtUseIvy in ThisBuild := false;
scalafmt::test;
test:scalafmt::test;
sbt:scalafmt::test;
universal:stage"
sbt "scalafmtCheckAll;
test:scalafmt;
scalafmt;
universal:stage"
docker build -t $CIRCLE_PROJECT_REPONAME:latest .
docker save --output docker-image.tar $CIRCLE_PROJECT_REPONAME:latest
persist_to_workspace: true
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GEM_FOLDER="/usr/local/bundle"

ARG BASE_IMAGE=ruby:alpine3.20
ARG BASE_IMAGE=ruby:alpine3.21

FROM $BASE_IMAGE as doc-generator

Loading
Oops, something went wrong.

0 comments on commit fd0f7d4

Please sign in to comment.