Skip to content

Commit

Permalink
Merge pull request #472 from adpi2/update-scala-scalafix
Browse files Browse the repository at this point in the history
Update Scala 2.13 and Scalafix
  • Loading branch information
adpi2 authored May 2, 2024
2 parents 455937a + 066f30a commit 6ce1f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ addCommandAlias("compileScalafixOutputinScala3", s"""set `scalafix-output`/scala
def isCI = System.getenv("CI") != null

lazy val V = new {
val scala213 = "2.13.13"
val scala213 = "2.13.14"
val scala213BinaryVersion = "2.13"
val scala212 = "2.12.19"
val scalatest = "3.2.18"
val scala3 = "3.3.3"
val scalafix = "0.12.0"
val scalafix = "0.12.1"
val catsCore = "2.10.0"
val kindProjector = "0.13.3"
val coursierApi = "2.1.9"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit 6ce1f35

Please sign in to comment.