Skip to content

Instantly share code, notes, and snippets.

@philipschwarz
Created August 31, 2024 12:58
Show Gist options
  • Save philipschwarz/ad6f94e506e04cb6def01521f2d31fa2 to your computer and use it in GitHub Desktop.
Save philipschwarz/ad6f94e506e04cb6def01521f2d31fa2 to your computer and use it in GitHub Desktop.
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / scalaVersion := "3.5.0"
lazy val root = (project in file("."))
.settings(
name := "try-contingency"
)
libraryDependencies += "dev.soundness" % "quantitative-core" % "0.1.0"
libraryDependencies += "dev.soundness" % "turbulence-core" % "0.15.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment