Skip to content

Commit

Permalink
Merge branch 'main' into update/scala-library-2.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mrerrormessage authored Aug 18, 2023
2 parents 6fa9f67 + ba324c2 commit 1090403
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.1.1, 2.13.11, 2.12.13]
scala: [3.1.3, 2.13.11, 2.12.13]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -101,12 +101,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (3.1.1)
- name: Download target directories (3.1.3)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.1.1-${{ matrix.java }}
name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }}

- name: Inflate target directories (3.1.1)
- name: Inflate target directories (3.1.3)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//Core deps
val amazonV = "2.17.295"
val amazonV = "2.20.129"
val catsV = "2.7.0"
val catsEffectV = "3.3.12"
val fs2V = "3.2.7"
val fs2V = "3.2.14"
val log4catsV = "1.2.0"
val refinedV = "0.9.29"
val collectionCompatV = "2.7.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ val scalaCheckEffect = "org.typelevel" %% "scalacheck-effect-munit" % scalaCheck
//Scala versions supported
val scala213 = "2.13.11"
val scala212 = "2.12.13"
val scala3 = "3.1.1"
val scala3 = "3.1.3"

// Project setup
inThisBuild(
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.6.2
sbt.version=1.9.3

0 comments on commit 1090403

Please sign in to comment.