Skip to content

Commit

Permalink
Merge branch 'main' into update/scalaz-core-7.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 17, 2023
2 parents 9220227 + 36c1b04 commit 9dc22be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
tests:
name: Tests
uses: playframework/.github/.github/workflows/cmd.yml@v2
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 11, 8
scala: 2.12.17
Expand All @@ -27,4 +27,4 @@ jobs:
if: github.event_name == 'pull_request'
needs: # Should be last
- "tests"
uses: playframework/.github/.github/workflows/rtm.yml@v2
uses: playframework/.github/.github/workflows/rtm.yml@v3
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Coursier Cache
id: coursier-cache
uses: coursier/cache-action@v6.3
uses: coursier/cache-action@v6

- name: Install Adoptium Temurin OpenJDK
uses: coursier/setup-action@v1
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"org.scalaz" %% "scalaz-core" % "7.2.35",
"org.scalaz" %% "scalaz-effect" % "7.2.35",
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
"org.scalatest" %% "scalatest" % "3.2.17" % "test"
),
homepage := Some(url("https://github.com/sbt/sbt-eclipse")),
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")),
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit 9dc22be

Please sign in to comment.