Skip to content

Commit

Permalink
Merge pull request #169 from gemini-hlsw/update/sbt-lucuma-lib-0.11.5
Browse files Browse the repository at this point in the history
Update sbt-lucuma-lib to 0.11.5
  • Loading branch information
mergify[bot] authored Aug 17, 2023
2 parents 2f41a33 + 72fb0c8 commit 53c080a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: sbt update
if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false'
run: sbt '++ ${{ matrix.scala }}' reload +update
run: sbt +update

- name: Check that workflows are up to date
run: sbt githubWorkflowCheck
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: sbt update
if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false'
run: sbt reload +update
run: sbt +update

- name: Import signing key
if: env.PGP_SECRET != '' && env.PGP_PASSPHRASE == ''
Expand Down
2 changes: 1 addition & 1 deletion .scalafmt-common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# this file by hand! Instead, if you wish to make changes, you should
# make a PR to sbt-lucuma.

version = "3.7.11"
version = "3.7.12"
style = default

runner.dialect = scala3
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ resolvers += "sonatype-s01-snapshots".at(
"https://s01.oss.sonatype.org/content/repositories/snapshots"
)

addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.4")
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.5")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

0 comments on commit 53c080a

Please sign in to comment.