Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lavrov committed Mar 9, 2024
1 parent e9c94f4 commit 247b05c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
tags: ghcr.io/torrentdam/cmd:latest

build-native:
if: false
runs-on: ubuntu-latest
needs: build
steps:
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ lazy val cmdJVM = cmd.jvm
lazy val cmdNative = cmd.native

lazy val Versions = new {
val cats = "2.9.0"
val `cats-effect` = "3.5.0"
val cats = "2.10.0"
val `cats-effect` = "3.5.4"
val ip4s = "3.3.0"
val fs2 = "3.8-a43eaac"
val fs2 = "3.9.4"
val epollcat = "0.1.4"
val monocle = "3.2.0"
val `scodec-bits` = "1.1.37"
Expand Down

0 comments on commit 247b05c

Please sign in to comment.