Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-scalafmt-2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Jan 20, 2025
2 parents f7708ab + e727284 commit 0ecd322
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3"
version = "3.8.5"

runner.dialect = scala213source3

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ThisBuild / intellijPlatform := IntelliJPlatform.IdeaCommunity

// project
ThisBuild / tlBaseVersion := "0.1"
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / scalaVersion := "2.13.16"
ThisBuild / githubWorkflowTargetBranches := Seq("main")
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.corretto("21"))
ThisBuild / tlJdkRelease := Some(21)
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "4.0.1")
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "4.0.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.5")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6")

0 comments on commit 0ecd322

Please sign in to comment.