7 lines
238 B
Scala
7 lines
238 B
Scala
name := "Abbreviations-automatic"
|
|
scalaVersion := "2.13.0"
|
|
version := "0.1"
|
|
|
|
homepage := Some(url("http://rosettacode.org/wiki/Abbreviations,_automatic#Scala"))
|
|
|
|
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.3.0"
|