Skip to content

Commit f771865

Browse files
committed
[build] Update dependencies
1 parent 4d3d36a commit f771865

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

TimeParser/src/test/scala-3/ExtractorMacroErrorMessageCompat.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object ExtractorMacroErrorMessageCompat {
66
|value $methodName is not a member of StringContext.
77
|An extension method was tried, but could not be fully constructed:
88
|
9-
| <empty>
9+
| ???
1010
|
1111
| failed with:
1212
|

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
val scala212Ver = "2.12.19"
2-
val scala213Ver = "2.13.14"
3-
val scala3Ver = "3.3.3"
1+
val scala212Ver = "2.12.20"
2+
val scala213Ver = "2.13.15"
3+
val scala3Ver = "3.3.4"
44

55
val githubId = "rayrobdod/string-context-parser-combinator"
66

@@ -26,7 +26,7 @@ lazy val sharedSettings = Seq(
2626
),
2727
autoAPIMappings := true,
2828
libraryDependencies += {
29-
"org.scalameta" %%% "munit" % "1.0.0" % Test,
29+
"org.scalameta" %%% "munit" % "1.0.2" % Test,
3030
},
3131
tpolecatExcludeOptions ++= Set(
3232
org.typelevel.scalacoptions.ScalacOptions.warnUnusedNoWarn,

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.1
1+
sbt.version=1.10.2

project/plugins.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.2.0")
22
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
3-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
44
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")
5-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
6-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
7-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.4")
8-
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")
5+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
6+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
7+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
8+
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

0 commit comments

Comments
 (0)