Skip to content

Commit 2dda3aa

Browse files
Merge pull request #99 from scala-exercises/updates-sbt-exercise
Updates build
2 parents 4f1fdc5 + 8f435f6 commit 2dda3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned
22

33
ThisBuild / organization := "org.scala-exercises"
44
ThisBuild / githubOrganization := "47degrees"
5-
ThisBuild / scalaVersion := "2.13.2"
5+
ThisBuild / scalaVersion := "2.13.3"
66

77
publish / skip := true
88

0 commit comments

Comments
 (0)