Skip to content

Commit d13fcd5

Browse files
committed
Merge branch 'main' into update/scala3-library-3.3.7
# Conflicts: # build.sbt
2 parents b8d558d + a932746 commit d13fcd5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
2020
"dummy" -> List(JVMPlatform)
2121
)
2222

23-
val Scala213 = "2.13.16"
23+
val Scala213 = "2.13.17"
2424
val Scala3 = "3.3.7"
2525

2626
/// sbt-typelevel configuration

modules/core/src/test/scala/org/scalasteward/core/edit/update/VersionPositionScannerTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class VersionPositionScannerTest extends FunSuite {
182182
"mise.toml",
183183
s"""[tools]
184184
|java = "zulu-21"
185-
|scala = "2.13.16"
185+
|scala = "2.13.17"
186186
|sbt = "${version}"""".stripMargin
187187
)
188188
val obtained = VersionPositionScanner.findPositions(version, fd)

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ object Dependencies {
3434
val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision
3535
val millMain = "com.lihaoyi" % "mill-runner-launcher_3" % "1.0.6"
3636
val monocleCore = "dev.optics" %% "monocle-core" % "3.3.0"
37-
val munit = "org.scalameta" %% "munit" % "1.2.0"
37+
val munit = "org.scalameta" %% "munit" % "1.2.1"
3838
val munitCatsEffect = "org.typelevel" %% "munit-cats-effect" % "2.1.0"
3939
val munitDiff = "org.scalameta" %% "munit-diff" % munit.revision
4040
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % "1.2.0"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
99
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
1010
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
1111
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
12-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2")
12+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0")
1313
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
1414
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.2")
1515

0 commit comments

Comments
 (0)