Skip to content

Commit

Permalink
Release 1.0 (#10)
Browse files Browse the repository at this point in the history
* misc: update scalismo version
  • Loading branch information
madsendennis authored Mar 18, 2024
1 parent c460137 commit 31d804a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/"

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
2 changes: 1 addition & 1 deletion src/test/scala/DummyTest.scala.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package gingr

@main def Test: Unit = assert(1 > 0)
@main def Test: Unit = assert(1 > 0)

0 comments on commit 31d804a

Please sign in to comment.