Skip to content

Commit

Permalink
Bump sbt, plugins and Scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jozic committed Jun 9, 2023
1 parent 18973c2 commit 2cd093c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ val publishSettings = sonatypeSettings ++ Seq(

val commonSettings = Seq(
organization := "com.daodecode",
scalaVersion := "2.13.10",
crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.12.17"),
scalaVersion := "2.13.11",
crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.12.18"),
scalafmtConfig := Some(scalaj.base / "scalafmt-config/.scalafmt.conf")
) ++ releaseSettings ++ crossVersionSourcesSettings

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.8.2
sbt.version=1.9.0
8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")

addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.3.1")
addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.3.8")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")

addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.6.0-RC4")

addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")

0 comments on commit 2cd093c

Please sign in to comment.