Skip to content

Commit 23f06fa

Browse files
authored
Build against scala 2.13.18
1 parent 92f67c9 commit 23f06fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- checkout
1212
- restore_cache:
1313
key: sbt-cache-3
14-
- run: sbt ++2.13.17! check
14+
- run: sbt ++2.13.18! check
1515
- save_cache:
1616
key: sbt-cache-3
1717
paths:
@@ -25,7 +25,7 @@ jobs:
2525
- checkout
2626
- restore_cache:
2727
key: sbt-cache-3
28-
- run: sbt ++2.13.17! docs/makeMdoc
28+
- run: sbt ++2.13.18! docs/makeMdoc
2929

3030
test213_jdk17:
3131
docker:
@@ -35,7 +35,7 @@ jobs:
3535
- checkout
3636
- restore_cache:
3737
key: sbt-cache-3
38-
- run: sbt ++2.13.17! compile rezilienceJVM/test config/test
38+
- run: sbt ++2.13.18! compile rezilienceJVM/test config/test
3939
- save_cache:
4040
key: sbt-cache-3
4141
paths:
@@ -49,7 +49,7 @@ jobs:
4949
- checkout
5050
- restore_cache:
5151
key: sbt-cache-3
52-
- run: sbt ++2.13.17! compile rezilienceJVM/test
52+
- run: sbt ++2.13.18! compile rezilienceJVM/test
5353
- save_cache:
5454
key: sbt-cache-3
5555
paths:
@@ -92,7 +92,7 @@ jobs:
9292
- run: apt-get update
9393
- run: apt-get install -y ruby-full build-essential zlib1g-dev
9494
- run: gem install jekyll bundler
95-
- run: sbt ++2.13.17! publishLocal docs/publishMicrosite
95+
- run: sbt ++2.13.18! publishLocal docs/publishMicrosite
9696

9797
workflows:
9898
version: 2

0 commit comments

Comments
 (0)