Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Update scala3-library to 3.3.1 #235

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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ matrix:
- scala: 2.13.9
jdk: openjdk11
# Scala 3.0, JVM
- scala: 3.1.3
- scala: 3.3.1
jdk: openjdk8
- scala: 3.1.3
- scala: 3.3.1
jdk: openjdk11

branches:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt.file
name := "zio-saga"

val mainScala = "2.13.9"
val allScala = Seq("2.12.17", mainScala, "3.1.3")
val allScala = Seq("2.12.17", mainScala, "3.3.1")

inThisBuild(
List(
Expand Down