Skip to content

Commit

Permalink
update scala and sbt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam committed Feb 6, 2024
1 parent 309c939 commit bc2aadb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := "Dahlia"
version := "0.0.2"

scalaVersion := "2.13.8"
scalaVersion := "2.13.12"

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.2
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion src/main/scala/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object Main {

head(s"Dahlia (sha = ${meta("git.hash")}, status = ${meta("git.status")})")

version('V', "version")
this.version('V', "version")

arg[File]("<srcfile>")
.required()
Expand Down

0 comments on commit bc2aadb

Please sign in to comment.