Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Update scala-library to 2.13.13 #147

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.1.0, 2.13.7, 2.12.15]
scala: [3.1.0, 2.13.13, 2.12.15]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.1.0, 2.13.7, 2.12.15]
scala: [3.1.0, 2.13.13, 2.12.15]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.1.0, 2.13.7, 2.12.15]
scala: [3.1.0, 2.13.13, 2.12.15]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
jobs:
include:
- stage: integration-5x
scala: 2.13.7
scala: 2.13.13
env: AKKA_TEST_TIMEFACTOR=2.0 AKKA_TEST_LOGLEVEL=OFF
before_install:
- docker pull eventstore/eventstore:release-5.0.11
Expand All @@ -29,7 +29,7 @@ jobs:
- travis_retry sbt it:test

- stage: integration-21.x
scala: 2.13.7
scala: 2.13.13
env: AKKA_TEST_TIMEFACTOR=2.0 AKKA_TEST_LOGLEVEL=OFF
before_install:
- docker pull eventstore/eventstore:21.10.0-bionic
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ organization := "com.geteventstore"

scalaVersion := crossScalaVersions.value.last

crossScalaVersions := Seq("2.12.15", "2.13.7", "3.1.0")
crossScalaVersions := Seq("2.12.15", "2.13.13", "3.1.0")

releaseCrossBuild := true

Expand Down
Loading