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

Commit

Permalink
Update version; bump scala.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Oct 1, 2018
1 parent c76ef55 commit c400b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ organization := "org.renci"

name := "ncit-utils"

version := "0.4.1"
version := "0.5"

licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause"))

homepage := Some(url("https://github.com/NCI-Thesaurus/ncit-utils"))

scalaVersion := "2.12.3"
scalaVersion := "2.12.6"

scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")

Expand Down

0 comments on commit c400b46

Please sign in to comment.