Skip to content

Commit 8b69f7a

Browse files
committed
drop Scala 2.11
1 parent 09dcfa8 commit 8b69f7a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val precompiler = (project in file("precompiler")).settings(baseSettings).s
22
sbtPlugin := false,
33
name := "scalate-precompiler",
44
libraryDependencies += "org.scalatra.scalate" %% "scalate-core" % "1.10.1" % "compile",
5-
crossScalaVersions := Seq("3.3.6", "2.13.16", "2.12.20", "2.11.12")
5+
crossScalaVersions := Seq("3.3.6", "2.13.16", "2.12.20")
66
).disablePlugins(ScriptedPlugin)
77

88
lazy val plugin = (project in file("plugin")).settings(baseSettings).settings(

publish.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/bin/bash
22
sbt \
33
"project precompiler" \
4-
++2.11.x \
5-
clean \
6-
publishSigned \
74
++2.12.x \
85
clean \
96
publishSigned \

0 commit comments

Comments
 (0)