Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-typelevel-0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross authored Apr 15, 2024
2 parents 139e3d7 + 83e0d9f commit d3f1263
Show file tree
Hide file tree
Showing 4 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.7.17
version = 3.8.1
project.git = true
runner.dialect = scala213
project.layout = StandardConvention
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val core = project
)

ThisBuild / tlBaseVersion := "0.3"
ThisBuild / crossScalaVersions := Seq("2.12.18")
ThisBuild / crossScalaVersions := Seq("2.12.19")
ThisBuild / developers := List(
tlGitHubDev("lorandszakacs", "Loránd Szakács")
)
Expand Down
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val sbtTypelevelVersion = "0.6.7" // https://github.com/typelevel/sbt-typelevel/releases
val sbtScoverageVersion = "2.0.9" // https://github.com/scoverage/sbt-scoverage/releases
val sbtScoverageVersion = "2.0.11" // https://github.com/scoverage/sbt-scoverage/releases

addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9

0 comments on commit d3f1263

Please sign in to comment.