File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44version=$1
55
66scala212=2.12.20
7- scala213=2.13.17
7+ scala213=2.13.18
88scala3LTS=3.3.7
99scala3Next=3.7.4
1010
@@ -25,4 +25,4 @@ cs resolve \
2525 ch.epfl.scala:scalafix-testkit_$scala212 :$version \
2626 ch.epfl.scala:scalafix-testkit_$scala213 :$version \
2727 ch.epfl.scala:scalafix-testkit_$scala3LTS :$version \
28- ch.epfl.scala:scalafix-testkit_$scala3Next :$version
28+ ch.epfl.scala:scalafix-testkit_$scala3Next :$version
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import sbt._
77object Dependencies {
88 // upon bump, remove JDK25 exclusion in cliScalaVersions & in ScalafixSuite
99 val scala212 = sys.props.getOrElse(" scala212.nightly" , " 2.12.20" )
10- val scala213 = sys.props.getOrElse(" scala213.nightly" , " 2.13.17 " )
10+ val scala213 = sys.props.getOrElse(" scala213.nightly" , " 2.13.18 " )
1111 val scala33 = " 3.3.7"
1212 val scala35 = " 3.5.2"
1313 val scala36 = " 3.6.4"
Original file line number Diff line number Diff line change @@ -241,6 +241,7 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
241241 )
242242
243243 private val PreviousScalaVersion : Map [String , Option [String ]] = Map (
244+ scala213 -> Some (" 2.13.17" ),
244245 scala37 -> Some (" 3.7.3" )
245246 )
246247
You can’t perform that action at this time.
0 commit comments