Skip to content

Commit

Permalink
Scala 2.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Jun 2, 2023
1 parent 0501523 commit 104b9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import scala.util.Try
/* scalafmt: { maxColumn = 120 }*/

object Dependencies {
val scala212 = "2.12.17"
val scala212 = "2.12.18"
val scala213 = "2.13.10"
val scala3 = "3.3.0"

Expand Down
1 change: 1 addition & 0 deletions project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
)

private val PreviousScalaVersion: Map[String, String] = Map(
"2.12.18" -> "2.12.17"
)

override def buildSettings: Seq[Setting[_]] = List(
Expand Down

0 comments on commit 104b9fd

Please sign in to comment.