Skip to content

Commit

Permalink
Merge pull request #616 from typelevel/update/sbt-typelevel-ci-releas…
Browse files Browse the repository at this point in the history
…e-0.6.1

Update sbt-typelevel-ci-release, ... to 0.6.1
  • Loading branch information
mergify[bot] authored Oct 31, 2023
2 parents fe57a06 + fee74b6 commit bd912b0
Show file tree
Hide file tree
Showing 2 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 @@ -6,7 +6,7 @@ val scala3 = "3.3.1"

ThisBuild / crossScalaVersions := Seq(scala212, scala213, scala3)
ThisBuild / scalaVersion := scala3
ThisBuild / tlBaseVersion := "3.0"
ThisBuild / tlBaseVersion := "3.1"
ThisBuild / organization := "org.typelevel"

val catsVersion = "2.10.0"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit bd912b0

Please sign in to comment.