Skip to content

Commit

Permalink
Merge pull request #765 from gemini-hlsw/update/sbt-lucuma-lib-0.11.3
Browse files Browse the repository at this point in the history
Update sbt-lucuma-lib to 0.11.3
  • Loading branch information
armanbilge authored Jul 17, 2023
2 parents 27fe20b + 0dd7d05 commit f9a3853
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' coverageReport coverageAggregate

- name: Upload code coverage data
run: 'bash <(curl -s https://codecov.io/bash)'
uses: codecov/codecov-action@v3

publish:
name: Publish Artifacts
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ThisBuild / tlCiReleaseBranches += "topic/scala3"

Global / concurrentRestrictions += Tags.limit(Tags.Compile, 1)

ThisBuild / crossScalaVersions := Seq("3.3.0")
ThisBuild / crossScalaVersions := Seq("3.3.1-RC4")
ThisBuild / scalacOptions += "-language:implicitConversions" // TODO

lazy val catsVersion = "2.9.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.2")
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.3")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")

0 comments on commit f9a3853

Please sign in to comment.