Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] authored and mergify[bot] committed Sep 17, 2023
1 parent 54576fe commit 84f0882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
# supported scala versions
include:
- scala: 2.13.11
- scala: 2.13.12
name: Scala2_13
test-tasks: coverage test coverageReport gen-doc
- scala: 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.11"
lazy val scala213 = "2.13.12"
lazy val scala33 = "3.3.1"
lazy val supportedScalaVersions = List(scala213, scala33)

Expand Down

0 comments on commit 84f0882

Please sign in to comment.