Skip to content

Commit 76d6ce9

Browse files
colisweb-gitlabLitlBro
authored andcommitted
Update sbt-tpolecat to 0.5.0
1 parent e6ea9f9 commit 76d6ce9

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "scala-common"]
22
path = scala-common
33
url = ../scala-common.git
4-
branch = v4.2.1
4+
branch = v5.1.0

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import sbt.Keys.crossScalaVersions
33
import DependenciesScopesHandler._
44
import Dependencies._
55
import PublishSettings.localCacheSettings
6+
import org.typelevel.scalacoptions.ScalacOptions
67

78
lazy val scala212 = "2.12.13"
89
lazy val scala213 = "2.13.11"

project/plugins.sbt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
2-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
3-
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.3")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5")
5-
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")
6-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
7-
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")
1+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
2+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
3+
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.3")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5")
5+
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
6+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
7+
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")

scala-common

0 commit comments

Comments
 (0)