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
1212.bsp
1313.db
1414.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(
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 := {
Original file line number Diff line number Diff line change 11// required for sbt-github-release resolution
22resolvers += " 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 "
55addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-common" % sbtSoftwaremillVersion)
66addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-publish" % sbtSoftwaremillVersion)
77addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.11.1" )
You can’t perform that action at this time.
0 commit comments