Skip to content

Commit

Permalink
sbt-protobuf 0.21 for sbt 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerolf Seitz committed May 8, 2012
1 parent 737c95f commit 5d3d3ad
Show file tree
Hide file tree
Showing 24 changed files with 78 additions and 0 deletions.
Binary file not shown.
@@ -0,0 +1 @@
afa165cf4139fc31098071b7031fd8f6
@@ -0,0 +1 @@
1ec9751df2c94b85d97a7d3f2936dd09647f5e81
Binary file not shown.
@@ -0,0 +1 @@
f4fa2196bd8485c0a502b1876f02091b
@@ -0,0 +1 @@
2ea094f227d9bb5a265e7431fc759647d4e29b9a
Binary file not shown.
@@ -0,0 +1 @@
11f3ad6371922ea647adee282bb5658c
@@ -0,0 +1 @@
e8318d7027151e4ef9df4799ddd305d055ba0c55
@@ -0,0 +1,31 @@
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.gseitz</groupId>
<artifactId>sbt-protobuf</artifactId>
<packaging>jar</packaging>
<description>sbt-protobuf</description>
<version>0.2.1</version>
<name>sbt-protobuf</name>
<organization>
<name>com.github.gseitz</name>
</organization>
<properties>
<sbtVersion>0.11.3</sbtVersion>
<scalaVersion>2.9.1</scalaVersion>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-sbt</groupId>
<artifactId>sbt_2.9.1</artifactId>
<version>0.11.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
@@ -0,0 +1 @@
63eeb29d13f7036e14d1e4c2de9210c8
@@ -0,0 +1 @@
0f439ac0455854b6ba6411c57422a3016f3f3d0d
Binary file not shown.
@@ -0,0 +1 @@
123cc4afcb45bacd5432a16b88173f96
@@ -0,0 +1 @@
8063e1585de164901b3a8cecfc09deafae575929
Binary file not shown.
@@ -0,0 +1 @@
5e60125362496467157632ff8e775e51
@@ -0,0 +1 @@
c9bb148aec0537dd37db58931329b0eb7f5e3457
Binary file not shown.
@@ -0,0 +1 @@
ac5baa7656fc7aaf006480536a74b6d8
@@ -0,0 +1 @@
dd5ab8b828dc7d13ab181f798534f014f077ead8
@@ -0,0 +1,31 @@
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.gseitz</groupId>
<artifactId>sbt-protobuf</artifactId>
<packaging>jar</packaging>
<description>sbt-protobuf</description>
<version>0.2.1</version>
<name>sbt-protobuf</name>
<organization>
<name>com.github.gseitz</name>
</organization>
<properties>
<sbtVersion>0.11.3</sbtVersion>
<scalaVersion>2.9.2</scalaVersion>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-sbt</groupId>
<artifactId>sbt_2.9.1</artifactId>
<version>0.11.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
@@ -0,0 +1 @@
36de4a07175548ae78e2408bf825fa5a
@@ -0,0 +1 @@
162042750f8ea2536c411b7992e7dbc09602bf1b

0 comments on commit 5d3d3ad

Please sign in to comment.