Skip to content

Commit

Permalink
Merge pull request #1685 from bjaglin/scala21310
Browse files Browse the repository at this point in the history
scala 2.13.10
  • Loading branch information
bjaglin committed Oct 10, 2022
2 parents 18c115a + 19f7842 commit a540a64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bin/test-release.sh
Expand Up @@ -10,11 +10,11 @@ cs resolve \
ch.epfl.scala:scalafix-core_2.13:$version \
ch.epfl.scala:scalafix-reflect_2.11.12:$version \
ch.epfl.scala:scalafix-reflect_2.12.17:$version \
ch.epfl.scala:scalafix-reflect_2.13.9:$version \
ch.epfl.scala:scalafix-reflect_2.13.10:$version \
ch.epfl.scala:scalafix-cli_2.11.12:$version \
ch.epfl.scala:scalafix-cli_2.12.17:$version \
ch.epfl.scala:scalafix-cli_2.13.9:$version \
ch.epfl.scala:scalafix-cli_2.13.10:$version \
ch.epfl.scala:scalafix-testkit_2.11.12:$version \
ch.epfl.scala:scalafix-testkit_2.12.17:$version \
ch.epfl.scala:scalafix-testkit_2.13.9:$version \
ch.epfl.scala:scalafix-testkit_2.13.10:$version \
-r sonatype:public
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -9,7 +9,7 @@ import scala.util.Try
object Dependencies {
val scala211 = "2.11.12"
val scala212 = "2.12.17"
val scala213 = "2.13.9"
val scala213 = "2.13.10"
val scala3 = "3.1.3"

val buildScalaVersions = Seq(scala211, scala212, scala213)
Expand Down
1 change: 1 addition & 0 deletions project/ScalafixBuild.scala
Expand Up @@ -177,6 +177,7 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
)

private val PreviousScalaVersion: Map[String, String] = Map(
"2.13.10" -> "2.13.9"
)

override def buildSettings: Seq[Setting[_]] = List(
Expand Down
Expand Up @@ -111,7 +111,7 @@
[116:12..116:22]: test/Test.C#ByNameType. => final object ByNameType extends AnyRef { +1 decls }
[117:11..117:13]: test/Test.C#ByNameType.m1(). => method m1(x: => Int): Int
[117:14..117:15]: test/Test.C#ByNameType.m1().(x) => param x: => Int
[120:16..120:28]: test/Test.C#RepeatedType# => case class RepeatedType extends AnyRef with Product with Serializable { +11 decls }
[120:16..120:28]: test/Test.C#RepeatedType# => case class RepeatedType extends AnyRef with Product with Serializable { +12 decls }
[120:28..120:28]: test/Test.C#RepeatedType#`<init>`(). => primary ctor <init>(val s: String*)
[120:29..120:30]: test/Test.C#RepeatedType#s. => val method s: String*
[121:11..121:13]: test/Test.C#RepeatedType#m1(). => method m1(x: Int*): Int
Expand Down

0 comments on commit a540a64

Please sign in to comment.