Skip to content

Commit

Permalink
add plugins oss
Browse files Browse the repository at this point in the history
  • Loading branch information
koen-dejonghe committed Dec 27, 2018
1 parent f7100df commit 20cd7cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -8,7 +8,7 @@ lazy val root = (project in file(".")).settings(
List(
organization := "be.botkop",
scalaVersion := "2.12.5",
version := "0.1.1-SNAPSHOT"
version := "0.1.1"
)),
name := "scorch",
libraryDependencies += numsca,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -2,5 +2,5 @@ import sbt._

object Dependencies {
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.0.3"
lazy val numsca = "be.botkop" %% "numsca" % "0.1.5-SNAPSHOT"
lazy val numsca = "be.botkop" %% "numsca" % "0.1.5"
}
1 change: 1 addition & 0 deletions project/plugins.sbt
@@ -0,0 +1 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")

0 comments on commit 20cd7cc

Please sign in to comment.