Skip to content

Commit

Permalink
removed bintray resolver and bumped version of evilplot
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelluethi committed May 21, 2021
1 parent 3f238fe commit b387a29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/g8/build.sbt
Expand Up @@ -11,15 +11,14 @@ scalaVersion := "2.13.3"
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")

resolvers ++= Seq(
Resolver.bintrayRepo("cibotech", "public"),
Opts.resolver.sonatypeSnapshots
)


libraryDependencies ++= Seq(
"ch.unibas.cs.gravis" % "scalismo-native-all" % "4.0.+",
"ch.unibas.cs.gravis" %% "scalismo-ui" % "0.90.0",
"com.cibo" %% "evilplot" % "0.8.0"
"io.github.cibotech" %% "evilplot" % "0.8.1"
)

assemblyJarName in assembly := "$name$.jar"
Expand Down

0 comments on commit b387a29

Please sign in to comment.