mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
Setup interface project for testing
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/* sbt -- Simple Build Tool
|
||||
* Copyright 2009 Mark Harrah
|
||||
*/
|
||||
package xsbti;
|
||||
|
||||
public interface Versions
|
||||
{
|
||||
public static final String Sbt = "0.7";
|
||||
public static final int Interface = 1;
|
||||
public static final int BootInterface = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user