Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e4fa32b

Browse files
authoredOct 27, 2024··
Merge branch 'main' into th_tour_traits
2 parents d57d5dd + b8e1b21 commit e4fa32b

File tree

137 files changed

+5579
-1079
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+5579
-1079
lines changed
 

‎Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ GEM
251251
rb-fsevent (0.11.2)
252252
rb-inotify (0.10.1)
253253
ffi (~> 1.0)
254-
rexml (3.2.8)
255-
strscan (>= 3.0.9)
254+
rexml (3.3.6)
255+
strscan
256256
rouge (3.30.0)
257257
ruby2_keywords (0.0.5)
258258
rubyzip (2.3.2)
@@ -280,7 +280,7 @@ GEM
280280
unf_ext (0.0.9.1-x64-mingw-ucrt)
281281
unicode-display_width (1.8.0)
282282
uri (0.13.0)
283-
webrick (1.8.1)
283+
webrick (1.8.2)
284284
yell (2.2.2)
285285
zeitwerk (2.6.7)
286286

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scala Documentation #
22

3-
[![Build Status](https://ci.scala-lang.org/api/badges/scala/docs.scala-lang/status.svg)](https://platform-ci.scala-lang.org/scala/docs.scala-lang)
3+
[![Build Status](https://github.com/scala/docs.scala-lang/actions/workflows/build.yml/badge.svg)](https://github.com/scala/docs.scala-lang/actions/workflows/build.yml?query=branch%3Amain)
44

55
This repository contains the source for the Scala documentation website, as well as the source for "Scala Improvement Process" (SIP) documents.
66

0 commit comments

Comments
 (0)
Please sign in to comment.