Skip to content

Commit

Permalink
Merge pull request #104 from lorandszakacs/updates
Browse files Browse the repository at this point in the history
Batch version updates + fix tlBaseVersion
  • Loading branch information
lorandszakacs authored Feb 23, 2024
2 parents 22b7409 + d908732 commit 7fb1fdc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/scalameta/scalafmt/releases
version = 3.7.17
version = 3.8.0
style = default
runner.dialect = scala213

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# unreleased

### internals:
- bump scalafmt to `3.8.0`
- bump sbt to `1.9.9`
- bump munit to `1.0.0-M11`
- bump sbt-typelevel to `0.6.6`

# 1.1.0

Cross publish to Scala Native!
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ val Scala3 = "3.3.1"
//=============================================================================

// https://typelevel.org/sbt-typelevel/faq.html#what-is-a-base-version-anyway
ThisBuild / tlBaseVersion := "1.0"
ThisBuild / tlBaseVersion := "1.1"
ThisBuild / organization := "com.lorandszakacs"
ThisBuild / organizationName := "Loránd Szakács"
ThisBuild / homepage := Option(url("https://github.com/lorandszakacs/enclosure"))
Expand Down Expand Up @@ -61,7 +61,7 @@ ThisBuild / tlCiReleaseBranches := List.empty // we do not release snapshot vers
//============================== Project details ==============================
//=============================================================================
// format: off
val munitVersion = "1.0.0-M10" // https://github.com/scalameta/munit/releases
val munitVersion = "1.0.0-M11" // https://github.com/scalameta/munit/releases
// format: on

lazy val root = tlCrossRootProject.aggregate(enclosure)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// https://github.com/sbt/sbt/releases
sbt.version=1.9.8
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") // https://github.com/scala-js/scala-js/releases/
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") // https://github.com/scala-native/scala-native/releases
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") // https://github.com/portable-scala/sbt-crossproject/releases
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.5") // https://github.com/typelevel/sbt-typelevel/releases
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.6") // https://github.com/typelevel/sbt-typelevel/releases

0 comments on commit 7fb1fdc

Please sign in to comment.