Skip to content

Commit

Permalink
Updated formatting configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nojipiz committed Sep 23, 2022
1 parent 5a680c1 commit 8682baf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion montecarlo_archery/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
version = "3.5.3"
version = "3.5.8"
runner.dialect = scala3
maxColumn = 120
8 changes: 4 additions & 4 deletions montecarlo_archery/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ val scala3Version = "3.2.0"
lazy val root = project
.in(file("."))
.settings(
name := "montecarlo_archery",
version := "0.1.0-SNAPSHOT",
name := "montecarlo_archery",
version := "0.1.0-SNAPSHOT",
scalaVersion := scala3Version,
libraryDependencies ++= Seq(
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.scalanlp" %% "breeze" % "2.1.0"
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.scalanlp" %% "breeze" % "2.1.0"
)
)

0 comments on commit 8682baf

Please sign in to comment.