Skip to content

Commit

Permalink
Merge pull request #481 from Atry/merge-from-1.x
Browse files Browse the repository at this point in the history
Dsl.scala 2.0 for Scala 3
  • Loading branch information
Atry authored Dec 7, 2021
2 parents be275b2 + 8f5c1e8 commit 7274f4a
Show file tree
Hide file tree
Showing 121 changed files with 6,266 additions and 852 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:
~/.sbt/
~/.coursier/
key: |
${{ runner.os }}-${{matrix.scala}}-${{ hashFiles('**/*.sbt') }}
${{ runner.os }}-${{matrix.scala}}-
${{runner.os}}-${{matrix.scala}}-${{hashFiles('**/*.sbt')}}-${{matrix.sbt-args}}
${{runner.os}}-${{matrix.scala}}-${{hashFiles('**/*.sbt')}}-
${{runner.os}}-${{matrix.scala}}-
- name: Run tests
run: sbt ++${{ matrix.scala }} test
run: sbt ${{matrix.sbt-args}} ++${{ matrix.scala }} test
- name: Publish to Maven Central Repository
env:
GITHUB_PERSONAL_ACCESS_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN}}
if: ${{ env.GITHUB_PERSONAL_ACCESS_TOKEN != '' }}
run: sbt ++${{ matrix.scala }} "set every Seq(sonatypeSessionName := \"${{github.workflow}} ${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}-$$ ${{ matrix.scala }}\", publishTo := sonatypePublishToBundle.value)" publishSigned sonatypeBundleRelease
run: sbt ${{matrix.sbt-args}} ++${{matrix.scala}} "set every Seq(sonatypeSessionName := \"${{github.workflow}} ${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}-$$ ${{ matrix.scala }}\", publishTo := sonatypePublishToBundle.value)" publishSigned sonatypeBundleRelease
1 change: 1 addition & 0 deletions .sbtopts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-J-XX:MaxMetaspaceSize=512M
-J-Xmx5G
-J-Xss6M
-J-XX:+UseG1GC
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
runner.dialect = "scala3"
version = "3.1.1"
version = "3.1.2"
maxColumn = 120
1 change: 1 addition & 0 deletions Dsl/.js/build.sbt
1 change: 1 addition & 0 deletions Dsl/.jvm/build.sbt
Loading

0 comments on commit 7274f4a

Please sign in to comment.