Skip to content

Commit

Permalink
Fix Scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat committed Nov 2, 2023
1 parent 179f8b3 commit 5529bd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
scala:
- 2.13.10
- 2.12.17
- 3.2.2
- 2.13.12
- 2.12.18
- 3.3.1

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Dependencies._
import ReleaseTransformations._

val Scala213 = "2.13.10"
val Scala212 = "2.12.17"
val Scala213 = "2.13.12"
val Scala212 = "2.12.18"
val Scala3 = "3.3.1"

val commonSettings = Seq(
Expand Down

0 comments on commit 5529bd0

Please sign in to comment.