File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
scala-core-modules/scala-strings-2 Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
548
548
" com.amazonaws" % " aws-java-sdk-s3" % " 1.12.767" % IntegrationTest ,
549
549
" com.dimafeng" %% " testcontainers-scala-scalatest" % " 0.41.3" % IntegrationTest ,
550
550
" 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 "
552
552
),
553
553
Defaults .itSettings,
554
554
IntegrationTest / fork := true
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ This module contains articles about Scala's Strings.
4
4
5
5
### Relevant Articles:
6
6
- [ 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 )
You can’t perform that action at this time.
0 commit comments