Skip to content

Commit

Permalink
Update scala3-library to 3.3.1 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 17, 2023
1 parent 7798ef2 commit dfbc1f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
scala: [3.3.0]
scala: [3.3.1]
module: [sqltest, db, async, bigdata]

steps:
Expand All @@ -43,7 +43,7 @@ jobs:
needs: build
strategy:
matrix:
scala: [3.3.0]
scala: [3.3.1]
module: [base, db, async, bigdata, publish]

steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ lazy val basicSettings = Seq(
excludeDependencies ++= Seq(
ExclusionRule("org.scala-lang.modules", "scala-collection-compat_2.13")
),
scalaVersion := "3.3.0",
scalaVersion := "3.3.1",
organization := "io.getquill",
// The -e option is the 'error' report of ScalaTest. We want it to only make a log
// of the failed tests once all tests are done, the regular -o log shows everything else.
Expand Down

0 comments on commit dfbc1f8

Please sign in to comment.