Skip to content

Commit ad139a7

Browse files
committed
Update build plugins
1 parent 522387c commit ad139a7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ project/boot
1212
.bsp
1313
.db
1414
.env
15+
16+
.metals
17+
.bloop

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ val buildSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
8383
libraryDependencies += scalaXml,
8484
dependencyOverrides := pekko100verrides,
8585
parallelExecution := false,
86-
sonatypeProfileName := "org.elasticmq",
8786
// workaround for: https://github.com/sbt/sbt/issues/692
8887
Test / fork := true,
8988
assembly / assemblyMergeStrategy := {

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// required for sbt-github-release resolution
22
resolvers += "Era7 maven releases" at "https://s3-eu-west-1.amazonaws.com/releases.era7.com"
33

4-
val sbtSoftwaremillVersion = "2.0.25"
4+
val sbtSoftwaremillVersion = "2.1.0"
55
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwaremillVersion)
66
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwaremillVersion)
77
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")

0 commit comments

Comments
 (0)