Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Updates #4

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
84eb37e
Update sbt-scalafix to 0.13.0
permutive-steward[bot] Nov 1, 2024
6c5de8a
Update sbt-ci to 2.15.1
permutive-steward[bot] Nov 1, 2024
1bd7c70
Run `sbt generateCiFiles`
permutive-steward[bot] Nov 1, 2024
e6f2e58
Update sbt-fix to 0.7.2
permutive-steward[bot] Nov 1, 2024
e3aa6af
Update sbt-github-header to 0.12.0
permutive-steward[bot] Nov 1, 2024
8a4e5da
Update sbt-github-mdoc to 0.12.0
permutive-steward[bot] Nov 1, 2024
8fa4261
Update sbt-mdoc-toc to 0.4.2
permutive-steward[bot] Nov 1, 2024
a16db2d
Update sbt-modules to 0.3.2
permutive-steward[bot] Nov 1, 2024
c7508ed
Update sbt-scalafix-defaults to 0.13.1
permutive-steward[bot] Nov 1, 2024
80d67ad
Update sbt-scalafmt-defaults to 0.9.1
permutive-steward[bot] Nov 1, 2024
cf5a7f1
Update pureconfig-core to 0.17.7
permutive-steward[bot] Nov 1, 2024
5f9f909
Update sbt-ci-release to 1.9.0
permutive-steward[bot] Nov 1, 2024
26a3d61
Update tapir-core to 1.11.7
permutive-steward[bot] Nov 1, 2024
1786257
Update circe-core to 0.14.10
permutive-steward[bot] Nov 1, 2024
dcb1b54
Update http4s-core to 0.23.29
permutive-steward[bot] Nov 1, 2024
f72cc74
Update http4s-dsl to 0.23.29
permutive-steward[bot] Nov 1, 2024
0bdd697
Update http4s-ember-server to 0.23.29
permutive-steward[bot] Nov 1, 2024
2b81c7f
Update scala-library to 2.12.20
permutive-steward[bot] Nov 1, 2024
75d7173
Update scala-library to 2.13.15
permutive-steward[bot] Nov 1, 2024
4b6766f
Update scala3-library to 3.3.4
permutive-steward[bot] Nov 1, 2024
73e674a
Update sbt to 1.10.4
permutive-steward[bot] Nov 1, 2024
39ce607
Update scalacheck to 1.18.1
permutive-steward[bot] Nov 1, 2024
52be9ae
Update munit-scalacheck to 1.0.0
permutive-steward[bot] Nov 1, 2024
a04d186
Update sbt-mdoc to 2.5.4
permutive-steward[bot] Nov 1, 2024
855ca7e
Update slf4j-nop to 2.0.16
permutive-steward[bot] Nov 1, 2024
026fc82
Update cats-core to 2.12.0
permutive-steward[bot] Nov 1, 2024
8d79b77
Update munit-cats-effect to 2.0.0
permutive-steward[bot] Nov 1, 2024
bd3b484
Update sbt-tpolecat to 0.5.2
permutive-steward[bot] Nov 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ jobs:
- 17
steps:
- name: Checkout project
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0

- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
distribution: "liberica"
java-version: ${{ matrix.jdk }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@
name: Release

on:
workflow_dispatch:
push:
tags: [v*]
workflow_dispatch:

jobs:
release:
name: Release a new version of the artifact
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0

- name: Check latest tag follows semantic versioning
if: github.event_name == 'push'
uses: alejandrohdezma/actions/check-semver-tag@v1

- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
distribution: "liberica"
java-version: "11"
Expand All @@ -59,13 +59,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
ref: main
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}

- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
distribution: "liberica"
java-version: "17"
Expand All @@ -92,4 +92,4 @@ jobs:
message: Reset `versionPolicyIntention` [skip ci]
branch: main



4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3")
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4")
ThisBuild / organization := "com.permutive"
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible

Expand Down
22 changes: 11 additions & 11 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@ import sbt.Keys._
object Dependencies {

lazy val `common-types-gcp` = Seq(
"org.typelevel" %% "cats-core" % "2.10.0"
"org.typelevel" %% "cats-core" % "2.12.0"
) ++ Seq(
"org.typelevel" %% "munit-cats-effect" % "2.0.0-RC1",
"org.http4s" %% "http4s-dsl" % "0.23.27",
"org.http4s" %% "http4s-ember-server" % "0.23.27",
"org.slf4j" % "slf4j-nop" % "2.0.13"
"org.typelevel" %% "munit-cats-effect" % "2.0.0",
"org.http4s" %% "http4s-dsl" % "0.23.29",
"org.http4s" %% "http4s-ember-server" % "0.23.29",
"org.slf4j" % "slf4j-nop" % "2.0.16"
).map(_ % Test)

lazy val `common-types-gcp-http4s` = Seq(
"org.http4s" %% "http4s-core" % "0.23.27"
"org.http4s" %% "http4s-core" % "0.23.29"
)

lazy val `common-types-gcp-circe` = Seq(
"io.circe" %% "circe-core" % "0.14.7"
"io.circe" %% "circe-core" % "0.14.10"
)

lazy val `common-types-gcp-pureconfig` = Seq(
"com.github.pureconfig" %% "pureconfig-core" % "0.17.6"
"com.github.pureconfig" %% "pureconfig-core" % "0.17.7"
)

lazy val `common-types-gcp-tapir` = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.11.4"
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.11.7"
)

lazy val `common-types-gcp-scalacheck` = Seq(
"org.scalacheck" %% "scalacheck" % "1.17.1"
"org.scalacheck" %% "scalacheck" % "1.18.1"
) ++ Seq(
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
)

}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.4
24 changes: 12 additions & 12 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.15.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.1")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.13")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.13")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.13.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.1")
addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.3.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.15.1")
addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.2")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.12.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.13.1")
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.1")
addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.2")
addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.3.2")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
Loading