Skip to content

Commit

Permalink
updated scalismo dependency to 0.16.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelluethi committed Dec 5, 2017
1 parent 0057808 commit a06dd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Creds {

object Dependencies {

val scalismo = "ch.unibas.cs.gravis" %% "scalismo" % "0.16.0-RC1"
val scalismo = "ch.unibas.cs.gravis" %% "scalismo" % "0.16.0-RC2"
val scalismoNative = "ch.unibas.cs.gravis" % "scalismo-native-all" % "4.0.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.0.1" % "test"
val swingPlus = "de.sciss" %% "swingplus" % "0.2.2"
Expand Down

0 comments on commit a06dd23

Please sign in to comment.