Skip to content

Commit

Permalink
Upgrade various deps on Scala 3.3.0 LTS (#289)
Browse files Browse the repository at this point in the history
* upgrade various deps on Scala 3.3.0 LTS

* update gh actions
  • Loading branch information
gvolpe authored Sep 3, 2023
1 parent 5d710a6 commit f4803d3
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

Expand All @@ -35,10 +35,10 @@ jobs:
run: docker-compose up -d redis

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v22

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v12
with:
name: feda
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v22

- name: "Build web-app 🚀"
run: nix build .#elm-webapp
6 changes: 3 additions & 3 deletions .github/workflows/ci-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build and push images
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

Expand All @@ -20,10 +20,10 @@ jobs:
extraSbtFiles: 'tmp/remote-cache/**'

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v22

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v12
with:
name: feda
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-smokey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ on:
jobs:
build:
name: Tests
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

- name: "Cache for sbt & coursier ♨️"
uses: coursier/[email protected]

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v22

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v12
with:
name: feda
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-tyrian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v15
uses: cachix/install-nix-action@v22

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v12
with:
name: feda
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._
import sbtwelcome._

ThisBuild / scalaVersion := "3.2.2"
ThisBuild / scalaVersion := "3.3.0"
ThisBuild / version := "0.1.0"
ThisBuild / organization := "dev.profunktor"
ThisBuild / organizationName := "ProfunKtor"
Expand Down
5 changes: 3 additions & 2 deletions modules/x-demo/src/main/scala/demo/PulsarCDC.scala
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ object PG:
"org.postgresql.Driver", // driver classname
"jdbc:postgresql:trading", // connect URL (driver-specific)
"postgres", // user
"postgres" // password
"postgres", // password
None // log handler
)

val deleteAuthors: IO[Unit] = sql"""
val deleteAuthors: IO[Unit] = sql"""
DELETE FROM authors
""".update.run.transact(xa).void

Expand Down
24 changes: 12 additions & 12 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
object Dependencies {

object V {
val cats = "2.9.0"
val catsEffect = "3.4.8"
val circe = "0.14.4"
val ciris = "3.0.0"
val doobie = "1.0.0-RC2"
val cats = "2.10.0"
val catsEffect = "3.4.11"
val circe = "0.14.6"
val ciris = "3.2.0"
val doobie = "1.0.0-RC4"
val flyway = "8.5.13"
val fs2Core = "3.6.1"
val fs2Kafka = "3.0.0-M9"
val fs2Core = "3.9.1"
val fs2Kafka = "3.0.1"
val http4s = "1.0.0-M39"
val http4sMetrics = "1.0.0-M38"
val http4sWs = "1.0.0-M3"
val ip4s = "3.3.0"
val iron = "2.0.0"
val iron = "2.2.1"
val kittens = "3.0.0"
val monocle = "3.2.0"
val natchez = "0.3.1"
val natchez = "0.3.3"
val natchezHttp4s = "0.5.0"
val neutron = "0.7.2"
val odin = "0.13.0"
val redis4cats = "1.4.1"
val refined = "0.10.3"
val redis4cats = "1.4.3"
val refined = "0.11.0"

val scalajsTime = "2.4.0"
val tyrian = "0.6.1"
Expand All @@ -33,7 +33,7 @@ object Dependencies {
val weaver = "0.8.2"

val organizeImports = "0.6.0"
val zerowaste = "0.2.5"
val zerowaste = "0.2.12"
}

object Libraries {
Expand Down

0 comments on commit f4803d3

Please sign in to comment.