Skip to content

Commit

Permalink
Fix package + update SBT/Scala
Browse files Browse the repository at this point in the history
  • Loading branch information
obruchez committed May 27, 2017
1 parent 0ddfe4b commit 33bf870
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name := "Kindle clippings to Markdown"

version := "1.1"

scalaVersion := "2.12.0"
scalaVersion := "2.12.2"
1 change: 1 addition & 0 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version=0.13.15
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.bruchez.olivier.kindle
package org.bruchez.olivier.kindleclippings

import java.io._
import scala.collection.mutable
Expand Down

0 comments on commit 33bf870

Please sign in to comment.