Skip to content

Commit

Permalink
Merge pull request #294 from scala-steward/update/scala3-library-3.3.4
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.4
  • Loading branch information
carueda authored Sep 28, 2024
2 parents 68737de + 0e93364 commit b97f57a
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.3'
scala-version: 3.3.3 # LTS
scala-version: 3.3.4 # LTS
- scala: '3.4'
scala-version: 3.4.3
- scala: '3.5'
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.1.4"
scalaVersion := "3.3.3"
crossScalaVersions := Seq("2.13.9", "3.3.3")
scalaVersion := "3.3.4"
crossScalaVersions := Seq("2.13.9", "3.3.4")

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

0 comments on commit b97f57a

Please sign in to comment.