Skip to content

Commit

Permalink
sbt-protobuf 0.2.2 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 5d3d3ad commit d699c77
Show file tree
Hide file tree
Showing 24 changed files with 78 additions and 0 deletions.
Binary file not shown.
@@ -0,0 +1 @@
5c6755efefd0ae2f41d5272deef1c73b
@@ -0,0 +1 @@
75461f8de319befdef8d133f853fda3456021328
Binary file not shown.
@@ -0,0 +1 @@
36f4710e1f1bbbcd7392879cf6cbe84f
@@ -0,0 +1 @@
bd8ff3dcca73b384b88d2b0ee23afba659659460
Binary file not shown.
@@ -0,0 +1 @@
c4c5ebe8916b355f3b739080ccf9b775
@@ -0,0 +1 @@
64c5872e0f1d133451251b7d9e01b3ffebd3b72c
@@ -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.2</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 @@
25668b2be91364cb3c7a3be703e2fc2d
@@ -0,0 +1 @@
dc6026b07b6f65f42ba1a04717cf503d398c4e50
Binary file not shown.
@@ -0,0 +1 @@
0d932c71eeff0170929eb9bb5c8709fb
@@ -0,0 +1 @@
dae778a8bc6fc7882c8adb4fdf1d98663bd0fe2c
Binary file not shown.
@@ -0,0 +1 @@
903866ec46cf43a4d7427bcd4aec7257
@@ -0,0 +1 @@
189d5eab7b8e02e21d1844194bdce1c6c1908481
Binary file not shown.
@@ -0,0 +1 @@
0491b2d145a8577dc7887f8b5a09de55
@@ -0,0 +1 @@
aef5e95da134b85c0db5a0cfe76de312de21782b
@@ -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.2</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 @@
86484debf75cb751db83975cb1413bab
@@ -0,0 +1 @@
2626aa8a0cb0df2cd4da0ab76f4bf8c6837de4e8

0 comments on commit d699c77

Please sign in to comment.