Skip to content

Instantly share code, notes, and snippets.

View OleTraveler's full-sized avatar
🤷‍♂️
Dunno

Travis Stevens OleTraveler

🤷‍♂️
Dunno
View GitHub Profile
@OleTraveler
OleTraveler / mvn2sbt.scala
Created June 23, 2011 16:30 — forked from retronym/mvn2sbt.scala
mvn2sbt: updated to convert to 0.10.0 build.sbt file
val xml = <dependencies>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.sf.oval</groupId>
<artifactId>oval</artifactId>