Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-typelevel-0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis authored Sep 26, 2024
2 parents eae3073 + 21ad3b5 commit d0cfb3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.4"
ThisBuild / crossScalaVersions := Seq("2.12.19")
ThisBuild / crossScalaVersions := Seq("2.12.20")
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.7.3" // https://github.com/typelevel/sbt-typelevel/releases
val sbtScoverageVersion = "2.1.0" // https://github.com/scoverage/sbt-scoverage/releases
val sbtScoverageVersion = "2.2.0" // 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.10.1
sbt.version=1.10.2

0 comments on commit d0cfb3e

Please sign in to comment.