Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 2, 2024
1 parent c9998a7 commit 7c1a6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Check formatting
if: matrix.scala == '3.1.3'
if: matrix.scala == '3.3.3'
run: sbt ++${{ matrix.scala }} scalafmtCheckAll
# - name: Check bincompat
# run: sbt ++${{ matrix.scala }} coreJVM/mimaReportBinaryIssues
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy val docs = project

lazy val commonSettings = Seq(
scalacOptions ++= Seq("-new-syntax"),
scalaVersion := "3.1.3",
scalaVersion := "3.3.3",
libraryDependencies ++= Seq(
"org.scodec" %%% "scodec-core" % "2.2.0",
"org.scodec" %%% "scodec-bits" % "1.1.34",
Expand Down

0 comments on commit 7c1a6ab

Please sign in to comment.