Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-scalafix-0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge authored Apr 7, 2024
2 parents 7766707 + 39ec40b commit e2c2569
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.0
version = 3.8.1

runner.dialect = scala212source3

Expand Down
14 changes: 0 additions & 14 deletions CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "sbt-typelevel"
import org.typelevel.sbt.gha.{PermissionScope, PermissionValue, Permissions}

ThisBuild / tlBaseVersion := "0.7"
ThisBuild / crossScalaVersions := Seq("2.12.18")
ThisBuild / crossScalaVersions := Seq("2.12.19")
ThisBuild / developers ++= List(
tlGitHubDev("armanbilge", "Arman Bilge"),
tlGitHubDev("rossabaker", "Ross A. Baker"),
Expand Down

0 comments on commit e2c2569

Please sign in to comment.