Skip to content

Commit b0f9eba

Browse files
authored
Merge pull request #3971 from Gedochao/update/misc
Bump misc dependencies
2 parents c77f495 + 9165ebb commit b0f9eba

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.9.10"
1+
version = "3.10.1"
22

33
align.preset = more
44
maxColumn = 100

project/deps/package.mill.scala

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ object Deps {
125125
def coursierCli = coursierDefault
126126
def coursierPublish = "0.4.3"
127127
def jmh = "1.37"
128-
def jsoniterScala = "2.38.3"
128+
def jsoniterScala = "2.38.4"
129129
def jsoup = "1.21.2"
130-
def scalaMeta = "4.13.9"
131-
def scalafmt = "3.9.10"
130+
def scalaMeta = "4.14.1"
131+
def scalafmt = "3.10.1"
132132
def scalaNative04 = "0.4.17"
133133
def scalaNative05 = "0.5.9"
134134
def scalaNative = scalaNative05
@@ -142,14 +142,14 @@ object Deps {
142142
def javaSemanticdb = "0.10.0"
143143
def javaClassName = "0.1.8"
144144
def bloop = "2.0.15"
145-
def sbtVersion = "1.11.4"
145+
def sbtVersion = "1.11.7"
146146
def mavenVersion = "3.8.1"
147147
def mavenScalaCompilerPluginVersion = "4.9.1"
148148
def mavenExecPluginVersion = "3.3.0"
149149
def mavenAppArtifactId = "maven-app"
150150
def mavenAppGroupId = "com.example"
151151
def mavenAppVersion = "0.1-SNAPSHOT"
152-
def scalafix = "0.14.3"
152+
def scalafix = "0.14.4"
153153
}
154154
// DO NOT hardcode a Scala version in this dependency string
155155
// This dependency is used to ensure that Ammonite is available for Scala versions
@@ -158,14 +158,14 @@ object Deps {
158158
def ammoniteForScala3Lts = mvn"com.lihaoyi:::ammonite:${Versions.ammoniteForScala3Lts}"
159159
def argonautShapeless =
160160
mvn"com.github.alexarchambault:argonaut-shapeless_6.3_2.13:${Versions.argonautShapeless}"
161-
def asm = mvn"org.ow2.asm:asm:9.8"
161+
def asm = mvn"org.ow2.asm:asm:9.9"
162162
// Force using of 2.13 - is there a better way?
163163
def bloopConfig = mvn"ch.epfl.scala:bloop-config_2.13:2.3.2"
164164
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
165165
def bloopRifle = mvn"ch.epfl.scala:bloop-rifle_2.13:${Versions.bloop}"
166166
def bsp4j = mvn"ch.epfl.scala:bsp4j:2.1.1"
167167
def caseApp = mvn"com.github.alexarchambault::case-app:2.1.0"
168-
def collectionCompat = mvn"org.scala-lang.modules::scala-collection-compat:2.13.0"
168+
def collectionCompat = mvn"org.scala-lang.modules::scala-collection-compat:2.14.0"
169169
// Force using of 2.13 - is there a better way?
170170
def coursier = mvn"io.get-coursier:coursier_2.13:${Versions.coursier}"
171171
def coursierArchiveCache = mvn"io.get-coursier:coursier-archive-cache_2.13:${Versions.coursier}"
@@ -186,7 +186,7 @@ object Deps {
186186
def expecty = mvn"com.eed3si9n.expecty::expecty:0.17.1"
187187
def fansi = mvn"com.lihaoyi::fansi:0.5.1"
188188
def giter8 = mvn"org.foundweekends.giter8:giter8:0.16.2"
189-
def guava = mvn"com.google.guava:guava:33.4.8-jre"
189+
def guava = mvn"com.google.guava:guava:33.5.0-jre"
190190
def javaClassName =
191191
mvn"org.virtuslab.scala-cli.java-class-name:java-class-name_3:${Versions.javaClassName}"
192192
.exclude(
@@ -211,8 +211,8 @@ object Deps {
211211
def munit = mvn"org.scalameta::munit:1.2.0"
212212
def nativeTestRunner = mvn"org.scala-native::test-runner:${Versions.scalaNative}"
213213
def nativeTools = mvn"org.scala-native::tools:${Versions.scalaNative}"
214-
def osLib = mvn"com.lihaoyi::os-lib:0.11.5"
215-
def pprint = mvn"com.lihaoyi::pprint:0.9.3"
214+
def osLib = mvn"com.lihaoyi::os-lib:0.11.6"
215+
def pprint = mvn"com.lihaoyi::pprint:0.9.5"
216216
def pythonInterface = mvn"io.github.alexarchambault.python:interface:0.1.0"
217217
def pythonNativeLibs = mvn"ai.kien::python-native-libs:0.2.5"
218218
def scalac(sv: String) = mvn"org.scala-lang:scala-compiler:$sv"

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ Pass a global dialect for scalafmt. This overrides whatever value is configured
501501

502502
Aliases: `--fmt-version`
503503

504-
Pass scalafmt version before running it (3.9.10 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
504+
Pass scalafmt version before running it (3.10.1 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
505505

506506
## Global suppress warning options
507507

website/docs/reference/scala-command/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Aliases: `--fmt-version`
370370

371371
`IMPLEMENTATION specific` per Scala Runner specification
372372

373-
Pass scalafmt version before running it (3.9.10 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
373+
Pass scalafmt version before running it (3.10.1 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
374374

375375
## Global suppress warning options
376376

website/docs/reference/scala-command/runner-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3996,7 +3996,7 @@ Aliases: `--dialect`
39963996

39973997
**--scalafmt-version**
39983998

3999-
Pass scalafmt version before running it (3.9.10 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
3999+
Pass scalafmt version before running it (3.10.1 by default). If passed, this overrides whatever value is configured in the .scalafmt.conf file.
40004000

40014001
Aliases: `--fmt-version`
40024002

0 commit comments

Comments
 (0)