Skip to content

Commit

Permalink
Fix scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed May 18, 2024
1 parent 1525dd9 commit 8d64a34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
matrix:
# supported scala versions
include:
- scala: 2.13.13
- scala: 2.13.14
name: Scala2_13
test-tasks: coverage test coverageReport gen-doc
- scala: 3.3.1
- scala: 3.3.3
name: Scala3_3
test-tasks: coverage test coverageReport

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 @@ lazy val prjName = "fly4s"
lazy val prjPackageName = prjName.replaceAll("[^\\p{Alpha}\\d]+", ".")
lazy val prjDescription = "A functional wrapper for Flywayy"
lazy val prjOrg = "com.github.geirolz"
lazy val scala213 = "2.13.13"
lazy val scala213 = "2.13.14"
lazy val scala33 = "3.3.3"
lazy val supportedScalaVersions = List(scala213, scala33)

Expand Down

0 comments on commit 8d64a34

Please sign in to comment.