Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Update scalafmt-core to 3.7.15 (#691)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.7.15

* Reformat with scalafmt 3.7.15

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.7.15' to .git-blame-ignore-revs
  • Loading branch information
scala-steward authored Oct 25, 2023
1 parent 3c8d9bf commit 1caca88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.7.15
2fd0bf62fcd7a71afe5aa2459cab002d719ffb5f
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.14
version = 3.7.15

runner.dialect = scala213source3
maxColumn = 120
Expand Down
9 changes: 4 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// SPDX-License-Identifier: Apache-2.0


lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
scalaVersion := "2.13.10",
crossScalaVersions := Seq("2.13.10"),
crossScalaVersions := Seq("2.13.10")
)

val chiselVersion = "6.0.0-M3"
Expand Down Expand Up @@ -33,7 +32,7 @@ lazy val chiseltestSettings = Seq(
compilerPlugin(("org.chipsalliance" % "chisel-plugin" % chiselVersion).cross(CrossVersion.full))
),
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
resolvers ++= Resolver.sonatypeOssRepos("releases"),
resolvers ++= Resolver.sonatypeOssRepos("releases")
)

lazy val publishSettings = Seq(
Expand Down Expand Up @@ -74,10 +73,10 @@ lazy val publishSettings = Seq(
} else {
Some("releases".at(nexus + "service/local/staging/deploy/maven2"))
}
},
}
)

lazy val chiseltest = (project in file("."))
.settings(commonSettings)
.settings(chiseltestSettings)
.settings(publishSettings)
.settings(publishSettings)

0 comments on commit 1caca88

Please sign in to comment.