Skip to content

Commit

Permalink
Upgrade to Scala 2.13.4
Browse files Browse the repository at this point in the history
Similar to scalacenter#1179
  • Loading branch information
daddykotex authored and mlachkar committed Nov 26, 2020
1 parent 4c2eb94 commit 1e61cd9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafix.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rules = [
ExplicitResultTypes,
# ExplicitResultTypes, Todo: remove this after the release of scalafix with 2.13.4 support
OrganizeImports
]

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inThisBuild(
crossScalaVersions := List(scala213, scala212, scala211),
fork := true,
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
semanticdbVersion := scalametaV,
scalacOptions ++= List("-P:semanticdb:synthetics:on"),
scalafixScalaBinaryVersion := scalaBinaryVersion.value,
scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.4.3"
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import scala.util.{Properties, Try}
/* scalafmt: { maxColumn = 120 }*/

object Dependencies {
val scalametaV = "4.3.24"
val scalametaV = "4.4.0"
val metaconfigV = "0.9.10"
def scala210 = "2.10.7"
def scala211 = "2.11.12"
def scala212 = "2.12.12"
def scala213 = "2.13.3"
def scala213 = "2.13.4"
def coursierV = "2.0.0-RC5-6"
def coursierInterfaceV = "1.0.1"
val currentScalaVersion = scala213
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object SemanticdbPlugin {
Organization("org.scalameta"),
ModuleName(s"semanticdb-scalac_$scalaVersion")
),
"4.3.22"
"4.4.0"
)
val paths = Fetch()
.addDependencies(dep)
Expand Down

0 comments on commit 1e61cd9

Please sign in to comment.