Skip to content

Commit

Permalink
Merge branch 'develop' into update/zio-2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai authored Jan 24, 2025
2 parents d2fc7fc + c95d9ea commit 6a300e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
sbt-test:
runs-on: ubuntu-latest
steps:
- uses: sbt/setup-sbt@v1 # setup sbt
- uses: actions/checkout@v2
- name: Run tests
run: sbt +test
build-native:
runs-on: ubuntu-latest
steps:
- uses: sbt/setup-sbt@v1 # setup sbt
- uses: actions/checkout@v2
- name: Build native app
run: sbt "project bifunctor-tagless; GraalVMNativeImage/packageBin"
Expand Down
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.2"
version = "3.8.6"
runner.dialect = scala213source3
project.git = true

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val V = new {
val scalacheck = "1.18.0"
val http4s = "0.23.29"
val doobie = "1.0.0-RC5"
val catsCore = "2.12.0"
val catsCore = "2.13.0"
val zio = "2.1.14"
val zioCats = "23.0.0.8"
val kindProjector = "0.13.3"
Expand Down
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.5
sbt.version=1.10.7

0 comments on commit 6a300e3

Please sign in to comment.