File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ lazy val frontend: Project = project
171171 scalafixSettings,
172172 testSettings,
173173 testSuiteSettings,
174+ releaseSettings,
174175 Defaults .itSettings,
175176 BuildDefaults .frontendTestBuildSettings,
176177 inConfig(Compile )(
Original file line number Diff line number Diff line change 1- sbt.version =1.7.2
1+ sbt.version =1.8.0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ val `bloop-build` = project
1616 addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.11" ),
1717 addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.3.6" ),
1818 addSbtPlugin(" org.scala-debugger" % " sbt-jdi-tools" % " 1.1.1" ),
19- addSbtPlugin(" com.typesafe .sbt" % " sbt-native-packager" % " 1.8.1 " ),
19+ addSbtPlugin(" com.github .sbt" % " sbt-native-packager" % " 1.9.11 " ),
2020 libraryDependencies ++= List (
2121 " org.eclipse.jgit" % " org.eclipse.jgit" % " 5.13.1.202206130422-r" ,
2222 " org.eclipse.jgit" % " org.eclipse.jgit.ssh.jsch" % " 5.13.1.202206130422-r" ,
You can’t perform that action at this time.
0 commit comments