Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Publishing locally for SBT

Miles Sabin edited this page Sep 10, 2016 · 2 revisions

Update — the information on this wiki page is very out of date, please see the instructions for working with the new SBT build here: https://github.com/scala/scala#build-setup

Publish the updated libraries locally:

ant publish-local-opt -Dmaven.version.suffix="-typelevel"

Update your build.sbt with:

scalaVersion := "2.11.3-typelevel"

libraryDependencies += "org.scala-lang" % "scala-typelevel" % scalaVersion.value

resolvers += Resolver.mavenLocal