Skip to content

Commit

Permalink
Update the example project
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Feb 8, 2022
1 parent c263e40 commit da7e213
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
12 changes: 12 additions & 0 deletions example/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version = 3.4.2

runner.dialect = scala3

preset = IntelliJ
align.preset = more
maxColumn = 120
docstrings.style = Asterisk
docstrings.blankFirstLine = yes
docstrings.wrap = no
importSelectors = singleLine
newlines.source = keep
9 changes: 3 additions & 6 deletions example/build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name := "sbt-install4j-example"
name := "sbt-install4j-example"
organization := "ij-plugins.sf.net"
version := "1.3.1-SNAPSHOT"
version := "1.3.1.1-SNAPSHOT"

scalaVersion := "2.12.8"

// Set the prompt (for this build) to include the project id.
shellPrompt in ThisBuild := { state => "sbt:"+Project.extract(state).currentRef.project + "> " }
scalaVersion := "3.1.1"

fork := true
2 changes: 1 addition & 1 deletion example/project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.2.8
sbt.version=1.6.2

2 changes: 1 addition & 1 deletion example/project/plugin-install4j.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// For test publishing with `publishM2`
resolvers += Resolver.mavenLocal

addSbtPlugin("com.github.jpsacha" % "sbt-install4j" % "1.3.1-SNAPSHOT")
addSbtPlugin("com.github.jpsacha" % "sbt-install4j" % "1.3.1.1-SNAPSHOT")

0 comments on commit da7e213

Please sign in to comment.