-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Scala-Steward: Update sbt-scalafix from 0.13.0 to 0.14.0 * Scala-Steward: Update logback-classic from 1.5.15 to 1.5.16 * Scala-Steward: Update postgresql from 42.7.4 to 42.7.5 * Scala-Steward: Update scala-compiler from 2.13.15 to 2.13.16 * Scala-Steward: Update sbt-scalafmt from 2.5.2 to 2.5.4 * Use sbt/setup-sbt * Bump semanticdb * Patch Scala versions --------- Co-authored-by: Pawel Lipski <pawel.p.lipski@gmail.com>
- Loading branch information
1 parent
5339c80
commit 0f77bec
Showing
12 changed files
with
29 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
addSbtPlugin("com.github.sbt" % "sbt-multi-jvm" % "0.6.0") | ||
addSbtPlugin("org.virtuslab.ash" % "sbt-akka-serialization-helper" % "0.9.0") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
sbt-akka-serialization-helper/src/sbt-test/sbt-dumpschema/simple/build.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
lazy val scala213 = "2.13.15" | ||
lazy val scala213 = "2.13.16" | ||
lazy val scala212 = "2.12.18" | ||
|
||
name := "simple-dump" | ||
|