File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,6 @@ project/boot
12
12
.bsp
13
13
.db
14
14
.env
15
+
16
+ .metals
17
+ .bloop
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ val buildSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
83
83
libraryDependencies += scalaXml,
84
84
dependencyOverrides := pekko100verrides,
85
85
parallelExecution := false ,
86
- sonatypeProfileName := " org.elasticmq" ,
87
86
// workaround for: https://github.com/sbt/sbt/issues/692
88
87
Test / fork := true ,
89
88
assembly / assemblyMergeStrategy := {
Original file line number Diff line number Diff line change 1
1
// required for sbt-github-release resolution
2
2
resolvers += " Era7 maven releases" at " https://s3-eu-west-1.amazonaws.com/releases.era7.com"
3
3
4
- val sbtSoftwaremillVersion = " 2.0.25 "
4
+ val sbtSoftwaremillVersion = " 2.1.0 "
5
5
addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-common" % sbtSoftwaremillVersion)
6
6
addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-publish" % sbtSoftwaremillVersion)
7
7
addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.11.1" )
You can’t perform that action at this time.
0 commit comments