Skip to content

Commit

Permalink
misc: update scalismo version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
madsendennis authored Mar 18, 2024
1 parent 54c2ae7 commit c460137
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
15 changes: 7 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ThisBuild / scalaVersion := "3.3.1"

lazy val root = (project in file("."))
.settings(
name := "GiNGR",
organization := "ch.unibas.cs.gravis",
name := "GiNGR",
organization := "ch.unibas.cs.gravis",
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")),
scmInfo := Some(
ScmInfo(url("https://github.com/unibas-gravis/GiNGR"), "[email protected]:unibas-gravis/GiNGR.git")
Expand All @@ -20,8 +20,7 @@ lazy val root = (project in file("."))
),
resolvers ++= Seq(
Resolver.jcenterRepo,
Resolver.sonatypeRepo("releases"),
Resolver.sonatypeRepo("snapshots")
Resolver.sonatypeRepo("releases")
),
scalacOptions ++= {
Seq(
Expand All @@ -36,7 +35,7 @@ lazy val root = (project in file("."))
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"ch.unibas.cs.gravis" %% "scalismo" % "1.0.0",
"io.spray" %% "spray-json" % "1.3.6",
),
)
"ch.unibas.cs.gravis" %% "scalismo" % "1.0-RC1",
"io.spray" %% "spray-json" % "1.3.6"
)
)
5 changes: 2 additions & 3 deletions examples/project.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//> using scala "3.3"
//> using repository "https://oss.sonatype.org/content/repositories/snapshots"
//> using dep "ch.unibas.cs.gravis::gingr:0.1-SNAPSHOT"
//> using dep "ch.unibas.cs.gravis::scalismo-ui:1.0.0"
//> using dep "ch.unibas.cs.gravis::gingr:1.0-RC1"
//> using dep "ch.unibas.cs.gravis::scalismo-ui:1.0-RC1"

0 comments on commit c460137

Please sign in to comment.