Skip to content

Commit

Permalink
version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 12, 2024
1 parent bc1aa5d commit 6d6b868
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ target
nohup.out
.ensime*
.idea*
.metals/
.vscode/
.bloop/
project/project/
project/metals.sbt

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val scalatestVersion = SettingKey[String]("scalatestVersion")
lazy val root = (project in file(".")).settings(
organization := "org.scalatra.scalate",
name := "scalamd",
version := "1.7.4-SNAPSHOT",
version := "1.8.0",
scalaVersion := Scala212,
crossScalaVersions := Seq(Scala212, "2.11.12", "2.10.7", "2.13.14", "3.3.3"),
transitiveClassifiers in Global := Seq(Artifact.SourceClassifier),
Expand Down

0 comments on commit 6d6b868

Please sign in to comment.