Skip to content

Commit

Permalink
updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kalai committed Nov 1, 2024
1 parent b8f3f5d commit 7b64bdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ lazy val `sbt-protofetch` = (project in file("sbt-protofetch"))
"2.0.0-M2" // just a preparation for Scala 3 / sbt 2
}
},
scriptedSbt := {
scalaBinaryVersion.value match {
case "2.12" => (ThisBuild / sbtVersion).value
case _ => "2.0.0-M2"
}
},
libraryDependencies ++= Seq(
"org.apache.commons" % "commons-compress" % versions.commonsCompress,
"io.hotmoka" % "toml4j" % versions.toml4j,
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.9.7
sbt.version=1.10.4

0 comments on commit 7b64bdf

Please sign in to comment.