Skip to content

Commit f2f0c7c

Browse files
authored
Merge branch 'master' into patch-5
2 parents aa71ac7 + dd56b9d commit f2f0c7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
548548
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.767" % IntegrationTest,
549549
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
550550
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
551-
"software.amazon.awssdk" % "s3" % "2.26.30"
551+
"software.amazon.awssdk" % "s3" % "2.26.31"
552552
),
553553
Defaults.itSettings,
554554
IntegrationTest / fork := true

scala-core-modules/scala-strings-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ This module contains articles about Scala's Strings.
44

55
### Relevant Articles:
66
- [How to Check if a String Is Null or Empty in Scala](https://www.baeldung.com/scala/string-test-null-empty)
7+
- [Convert From Camel Case to Snake Case in Scala](https://www.baeldung.com/scala/camel-snake-case-automatic-conversion)

0 commit comments

Comments
 (0)