Skip to content

Instantly share code, notes, and snippets.

@myyk
myyk / keybase.md
Created January 13, 2016 23:50
keybase.md

Keybase proof

I hereby claim:

  • I am myyk on github.
  • I am myyk (https://keybase.io/myyk) on keybase.
  • I have a public key whose fingerprint is B96D 37AD EC92 65B0 4294 E20B 4507 ECB2 900B C0ED

To claim this, I am signing this object:

@myyk
myyk / Build.scala
Last active January 4, 2016 15:49
Setting timestamp on snapshot versions with SBT 0.12.4
package commons.admin
import sbt._
import sbt.Keys._
import com.myCompany
import com.myCompany.{rootProject, jarProject}
object Build extends sbt.Build {
def scalaVersions = Seq("2.9.1", "2.10.2")