File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1616 jvm : temurin:1.21
1717 apps : sbt
1818 - uses : coursier/cache-action@v6
19- - run : |
20- which sbt
21- sudo chmod 666 /var/run/docker.sock
19+ - run : sudo chmod 666 /var/run/docker.sock
2220
2321 - name : Package
2422 run : ./integration/scripts/bootstrap_standalone_jars.sh
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ addDependencyTreePlugin
2121ThisBuild / libraryDependencySchemes += " org.scala-lang.modules" %% " scala-xml" % VersionScheme .Always
2222
2323resolvers += " jitpack" at " https://jitpack.io"
24- libraryDependencies += " com.github.tmtsoftware" % " sbt-docs" % " 7f69c6f"
24+ // libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "7f69c6f"
25+ libraryDependencies += " com.github.tmtsoftware" % " sbt-docs" % " 9320682"
2526
2627classpathTypes += " maven-plugin"
2728
You can’t perform that action at this time.
0 commit comments