File tree 4 files changed +11
-11
lines changed
TimeParser/src/test/scala-3 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object ExtractorMacroErrorMessageCompat {
6
6
|value $methodName is not a member of StringContext.
7
7
|An extension method was tried, but could not be fully constructed:
8
8
|
9
- | <empty>
9
+ | ???
10
10
|
11
11
| failed with:
12
12
|
Original file line number Diff line number Diff line change 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 "
4
4
5
5
val githubId = " rayrobdod/string-context-parser-combinator"
6
6
@@ -26,7 +26,7 @@ lazy val sharedSettings = Seq(
26
26
),
27
27
autoAPIMappings := true ,
28
28
libraryDependencies += {
29
- " org.scalameta" %%% " munit" % " 1.0.0 " % Test ,
29
+ " org.scalameta" %%% " munit" % " 1.0.2 " % Test ,
30
30
},
31
31
tpolecatExcludeOptions ++= Set (
32
32
org.typelevel.scalacoptions.ScalacOptions .warnUnusedNoWarn,
Original file line number Diff line number Diff line change 1
- sbt.version =1.10.1
1
+ sbt.version =1.10.2
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" ch.epfl.scala" % " sbt-tasty-mima" % " 1.2.0" )
2
2
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 " )
4
4
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 " )
You can’t perform that action at this time.
0 commit comments