Skip to content

Commit

Permalink
Update Scala to 2.13.14 and scalafix to 0.12.1 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich authored Jun 27, 2024
1 parent 091424b commit e2bb8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ val isScala3 = Def.setting {
}

val scala212 = "2.12.19"
val scala213 = "2.13.13"
val scala213 = "2.13.14"
val scala3 = "3.3.3"

val javaTime = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
val crossVer = "1.3.2"
val scalaJSVersion = "1.16.0"
val scalaNativeVersion = "0.5.4"
val scalafix = "0.12.0"
val scalafix = "0.12.1"

// includes sbt-dynver sbt-pgp sbt-sonatype sbt-git
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
Expand Down

0 comments on commit e2bb8e6

Please sign in to comment.