Skip to content

Commit

Permalink
Update scala3-library to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 31, 2023
1 parent 8d5a6b3 commit 28a7071
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- scala: '2.13'
scala-version: 2.13.9
- scala: '3.2'
scala-version: 3.2.0
scala-version: 3.2.2
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ enablePlugins(BuildInfoPlugin)
organization := "com.github.carueda"
name := "tscfg"
version := "1.0.2"
scalaVersion := "3.2.0"
crossScalaVersions := Seq("2.13.9", "3.2.0")
scalaVersion := "3.2.2"
crossScalaVersions := Seq("2.13.9", "3.2.2")

buildInfoKeys := Seq[BuildInfoKey](version)
buildInfoPackage := "tscfg"
Expand Down

0 comments on commit 28a7071

Please sign in to comment.