Skip to content

Commit 6f421f9

Browse files
Upgraded http4s milestone version from 1.0.0-M37 to 1.0.0-M38 (#97)
* Upgraded http4s milestone version from 1.0.0-M37 to 1.0.0-M38 * Use new SSH key in pipeline * Use v3.1.3 of ruby * Install compatible version of jekyll sass converter
1 parent b49fafe commit 6f421f9

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.circleci/config.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
ruby: circleci/ruby@1.1.4
4+
ruby: circleci/ruby@2.0.0
55

66
docker_sbt: &docker_sbt
77
docker:
@@ -46,12 +46,17 @@ commands:
4646
- *cache_restore
4747
- *install_sbt
4848
- add_ssh_keys:
49-
fingerprints: "dc:08:4f:54:9c:ba:9d:1f:7f:e1:ec:a1:42:a1:d5:55"
49+
fingerprints: "d9:31:1f:63:6a:6f:05:7a:a6:85:0a:55:93:53:bc:30"
5050
- ruby/install:
51-
version: '2.7'
51+
version: '3.1.3'
5252
- run:
5353
name: Install Jekyll
5454
command: gem install jekyll
55+
- run:
56+
name: Install compatible version of jekyll sass converter
57+
command: |
58+
gem uninstall jekyll-sass-converter --force
59+
gem install jekyll-sass-converter --version "~> 2.0"
5560
- run:
5661
name: Configure Git
5762
command: |

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ lazy val metricsCommon = project
6060

6161
val log4catsVersion = "2.2.0"
6262
val natchezVersion = "0.1.6"
63-
val http4sMilestoneVersion = "1.0.0-M37"
63+
val http4sMilestoneVersion = "1.0.0-M38"
6464
val http4sStableVersion = "0.23.14"
6565
val circeVersion = "0.14.1"
6666
val slf4jVersion = "1.7.35"

0 commit comments

Comments
 (0)