Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@

# Scala Steward: Reformat with scalafmt 3.9.7
d98526b08132627295cab936ca28264aba241d68

# Scala Steward: Reformat with scalafmt 3.9.10
84cb21340bfc35467c5391c569000d325dc31f74
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.9.7
version=3.9.10
style = defaultWithAlign
maxColumn = 100
assumeStandardLibraryStripMargin = true
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/compat/scalapb-0.10.3/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
else addSbtPlugin("com.thesamet" % "sbt-protoc" % pluginVersion)
}

libraryDependencySchemes += "com.thesamet.scalapb" %% "protoc-bridge" % VersionScheme.Always
libraryDependencySchemes += "com.thesamet.scalapb" %% "protoc-bridge" % VersionScheme.Always

libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "compilerplugin" % "0.10.3"
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/compat/scalapb-0.9/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
else addSbtPlugin("com.thesamet" % "sbt-protoc" % pluginVersion)
}

libraryDependencySchemes += "com.thesamet.scalapb" %% "protoc-bridge" % VersionScheme.Always
libraryDependencySchemes += "com.thesamet.scalapb" %% "protoc-bridge" % VersionScheme.Always

libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "compilerplugin" % "0.9.8"
Expand Down
Loading