Skip to content

Instantly share code, notes, and snippets.

@simonkro
simonkro / config.yml
Last active August 29, 2015 14:00
gilded_rose_with_config
Normal:
:change: -1
:decay: [0]
Sulfuras, Hand of Ragnaros:
:eternal: true
Aged Brie:
:change: +1
:decay: [0]
Backstage passes to a TAFKAL80ETC concert:
:change: +1
@simonkro
simonkro / build.sbt
Created November 26, 2015 14:32
Absolute minimal mysql and jooq test
name := "mysqltest"
version := "1.0"
scalaVersion := "2.10.6"
libraryDependencies += "org.jooq" % "jooq" % "3.7.1"
libraryDependencies += "org.jooq" % "jooq-scala" % "3.7.1"