File tree 29 files changed +29
-29
lines changed
google-apis-external-jar/project
multi-with-external-jar/project
scalajs-multiproject/project
scalapb-crossproject/project
scalapb-java-conversions/project
integration/common-protos/project
include-protos-in-jar/project
lazy-protoc-resolution/project
29 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Installation
22
22
** Step 1: create ` project/protoc.sbt ` with:**
23
23
24
24
``` scala
25
- addSbtPlugin(" com.thesamet " % " sbt-protoc" % " 1.0.7" )
25
+ addSbtPlugin(" com.whisk " % " sbt-protoc" % " 1.0.7" )
26
26
27
27
libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.10.10"
28
28
```
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pluginCrossBuild / sbtVersion := "1.2.8"
29
29
30
30
inThisBuild(
31
31
List (
32
- organization := " com.thesamet " ,
32
+ organization := " com.whisk " ,
33
33
homepage := Some (url(" https://github.com/thesamet/sbt-protoc" )),
34
34
licenses := List (
35
35
" Apache-2.0" ->
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.thesamet " % " sbt-protoc" % " 0.99.27" )
1
+ addSbtPlugin(" com.whisk " % " sbt-protoc" % " 0.99.27" )
2
2
3
3
libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.9.4"
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.thesamet " % " sbt-protoc" % " 0.99.25" )
1
+ addSbtPlugin(" com.whisk " % " sbt-protoc" % " 0.99.25" )
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.thesamet " % " sbt-protoc" % " 0.99.25" )
1
+ addSbtPlugin(" com.whisk " % " sbt-protoc" % " 0.99.25" )
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.thesamet " % " sbt-protoc" % " 0.99.30" )
1
+ addSbtPlugin(" com.whisk " % " sbt-protoc" % " 0.99.30" )
2
2
3
3
libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.10.2"
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.thesamet " % " sbt-protoc" % " 1.0.6" )
1
+ addSbtPlugin(" com.whisk " % " sbt-protoc" % " 1.0.6" )
2
2
3
3
libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.10"
4
4
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15")
5
5
6
6
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
7
7
8
- addSbtPlugin(" com.thesamet " % " sbt-protoc" % " 1.0.6" )
8
+ addSbtPlugin(" com.whisk " % " sbt-protoc" % " 1.0.6" )
9
9
10
10
libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.13"
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.thesamet " % " sbt-protoc" % " 1.0.0-RC4" )
1
+ addSbtPlugin(" com.whisk " % " sbt-protoc" % " 1.0.0-RC4" )
2
2
3
3
addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.4.6" )
4
4
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.thesamet " % " sbt-protoc" % " 0.99.15" )
1
+ addSbtPlugin(" com.whisk " % " sbt-protoc" % " 0.99.15" )
2
2
3
3
libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.9.0"
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.thesamet " % " sbt-protoc" % " 0.99.25" )
1
+ addSbtPlugin(" com.whisk " % " sbt-protoc" % " 0.99.25" )
2
2
3
3
libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.9.0"
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
10
10
11
11
libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
10
10
11
11
libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
10
10
11
11
libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
10
10
11
11
libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
10
10
11
11
libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.10.9"
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
10
10
11
11
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.0" )
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
10
10
11
11
libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change 5
5
""" |The system property 'plugin.version' is not defined.
6
6
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin
7
7
)
8
- else addSbtPlugin(" com.thesamet " % " sbt-protoc" % pluginVersion)
8
+ else addSbtPlugin(" com.whisk " % " sbt-protoc" % pluginVersion)
9
9
}
You can’t perform that action at this time.
0 commit comments