We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02d70a1 + b631bbf commit 79ddfb1Copy full SHA for 79ddfb1
build.sbt
@@ -1,7 +1,7 @@
1
import sbt.Keys.{libraryDependencies, sourceManaged}
2
import sbtprotoc.ProtocPlugin.autoImport.PB
3
4
-ThisBuild / tlBaseVersion := "0.5"
+ThisBuild / tlBaseVersion := "0.6"
5
ThisBuild / developers := List(
6
Developer(
7
"ikhoon",
project/build.properties
@@ -1 +1 @@
-sbt.version=1.11.6
+sbt.version=1.11.7
project/plugins.sbt
@@ -1,5 +1,5 @@
// http4s organization
-addSbtPlugin("org.http4s" % "sbt-http4s-org" % "2.0.1")
+addSbtPlugin("org.http4s" % "sbt-http4s-org" % "2.0.2")
// ScalaDoc API mapping
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
0 commit comments