Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-typelevel-0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed May 10, 2024
2 parents 219cf1c + 57975c3 commit 076b88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ThisBuild / tlSonatypeUseLegacyHost := true // publish to oss.sonatype.org
// publish website from this branch
ThisBuild / tlSitePublishBranch := Some("main")

val Scala213 = "2.13.13"
val scalafixV = "0.12.0"
val Scala213 = "2.13.14"
val scalafixV = "0.12.1"

ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.19")
ThisBuild / scalaVersion := Scala213 // the default Scala
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.9
sbt.version=1.10.0

0 comments on commit 076b88a

Please sign in to comment.