Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] authored and mergify[bot] committed Mar 3, 2024
1 parent 8de9c14 commit 1024ea9
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.12.17
- scala: 2.12.19
name: Scala2_12
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 @@ -2,7 +2,7 @@ lazy val prjName = "sbt-service-info"
lazy val prjPackageName = prjName.replaceAll("[^\\p{Alpha}\\d]+", ".")
lazy val prjDescription = "A purely functional XML library"
lazy val prjOrg = "com.github.geirolz"
lazy val prjScalaVersion = "2.12.17"
lazy val prjScalaVersion = "2.12.19"

lazy val root = (project in file("."))
.enablePlugins(SbtPlugin)
Expand Down

0 comments on commit 1024ea9

Please sign in to comment.